Is anyone having success exporting sales orders and/or invoices to Shopify? We can export Acumatica sales orders to Shopify, but the problem is that it creates a new Shopify order for processing. Our goal is to give customers visibility to their Acumatica sales orders and invoices in their Shopify account.
Our goal is to give customers visibility to their Acumatica sales orders and invoices in their Shopify account.
I think Acumatica build this Export Feature exactly for this purposes. What is you challenge? Did you checked the Wiki? →
Thank you
Greg’s IT here. Yes, thank you. With some fiddling we got the completed history orders to sync back to Shopify via the connector, They are marked as paid, but with Shopify status of “Unfullfilled” I cannot find any combination of entity mapping to to change that field. I can pass the Acumatica status as a metafield but it still is customer confusing.
So you know of anyway to change the Shopify “unful filled?”
Thanks
Be careful though, since whatever you set up in this mapping will apply to all orders that are synced from Acumatica to Shopify.
Let us know if you have further questions.
Thanks Yuri,
Can you resend the image, the right value is cut off,
Best,
John
=Switch(=SalesOrder.Status]='Completed', 'FULFILLED', ISalesOrder.Status]='Invoiced', 'FULFILLED', 'UNFULFILLED')
This means if order is Invoiced or Completed, then use Fulfilled status, otherwise - Unfulfilled.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.