Skip to main content

Wondering if anybody has used the GiftShip app with Shopify and if so is there a way to map the gift message you can leave through to the sales order on Acumatica to print on documents?  Wasn’t sure if the Shopify Connector within Acumatica would recognise any of the new fields.

All custom Shopify fields should be saved as metafields or tags so that’s likely where you will access that data.

You can make a custom text field in Acumatica through customization projects and map the metafield (Source Object: Order Data -> Metafields) to your new custom field in entities.

You can also review the .json of an order by adding .json to the tail end of a shopify url which may help with figuring out how to map it.

https://(Your Company).myshopify.com/admin/orders/5215320801577.json

 

 


Reply