Skip to content

Import Orders Updates to BigCommerce V3

This task will change the status of orders in your BigCommerce store. It can be used in conjunction with the Download Stage setting on the Export Orders from BigCommerce V3 task, to change the status of orders once they have been processed to prevent them downloading again.

Settings

Connection

Required
The BigCommerce connection to use.See the Connecting to BigCommerce v3 article if you require more information on how to create/manage connections.

Notify Stage

Required
The order status to use when updating the orders.

Fail File

Required
The XML file to output failed uploads to.

Input File

Required
The XML file containing the product updates. These should be stored in the same format as products downloaded using the 'Download Products' task.

Success File

Required
The XML file to output successful updates to.

Prevent Reprocessing

Required
Set to true to only process a record once, or set to false to always update records. Defaults to False.

Zynk Settings

See Common Task Settings.

Examples

A sample input file is shown below.

These should be stored in the same format as orders downloaded using the 'Download Orders' task, but the only required information is the <id> of the orders.

<?xml version="1.0" encoding="utf-8"?>
<orders>
  <order>
    <id>105</id>
  </order>
</orders>