Update order tracking from XML
How to sync tracking numbers from XMLs to fulfill orders in your Shopify store.
Last updated
How to sync tracking numbers from XMLs to fulfill orders in your Shopify store.
Last updated
To pull tracking numbers from an XML file, you need to set up the Data Mapping section so that Fulfilleo knows where to get particular information like order number or tracking number.
The first step is to specify an order node that includes all information about a single order.
For example, if your XML looks like this:
provide Orders/Order
in Order Element.
In a minimal setup, you also need to specify the Order Number and Tracking Number nodes. Their paths are relative to the Order node. Taking the same example XML from above, provide Number
in Order Number and TrackingNumber
in the Tracking Number field.
By default, the app fulfills all ordered items. If an XML file contains information which items have been shipped you can instruct Fulfilleo to fulfill only them.
Let's assume the XML file looks like below:
Then the Items field should point to a node with a single item, in this case Items/Item
. You also need to define how to get the item's SKU, and optionally Quantity. In our current example, it is Sku
and Quantity
.