Can I sync orders from QuickBooks to my custom selling channel?
You can sync orders from QuickBooks.
What is the endpoint?
Look at the create orders section of our documentation.
Can I choose to sync invoice, sales orders, or POs from QuickBooks?
Yes, here are the steps:
- Login to Connex.
- Click manage.
- Expand orders > sync orders from QuickBooks > transaction type.
- Choose the types of orders to sync.
When orders are sent from QuickBooks, how do I know if it's a PO or sales order?
On the JMAOrder object, there is a field called InvoiceMode:
{
"InvoiceMode": "SalesOrder"
}
Values include SalesOrder, PurchaseOrder, Invoice, or SalesReceipt.