Import Order Status Updates into Mano Mano
The 'Import Order Status Updates' task from the Mano Mano library will update order information in your account based on the XML data provided in your input file.
See the end of the article for an example of the XML format required for this task.
Settings
Connection Settings
Connection
Required
The Mano Mano connection to use.
See the Connecting to Mano Mano article for how to set up a connection to Mano Mano.
File Settings
Fail File
Required
For any records that you provide that are not successfully updated in Mano Mano, they will be written to this file along with an error message.
Input File
Required
The file containing the records you wish to import into Mano Mano.
Success File
Required
For any records that you provide that are successfully updated in Mano Mano, they will be written to this file.
XML
<?xml version="1.0" encoding="utf-8"?>
<OrderStatusUpdates>
<OrderStatusUpdate>
<ExternalID>1</ExternalID>
<OrderReference>1</OrderReference>
</OrderStatusUpdate>
</OrderStatusUpdates>