Order State/Status Update Import

🚧

Accessing Order CSV Imports

The CSV import tool can be accessed from the Import & Export menu.

1280

1. Configuring the Import Tool

942
Import BehaviorThe import type to run. The following operations can be performed:
Change Order State/Status
Update Order Attributes
Order Lookup ColumnThe field used to retrieve the order. By default, only order_increment_id is available. Order Increment is the Order Number, typically formatted: 100000111

Custom Order Attributes marked as "Is Unique" can also be used.

2. Change Order State/Status

The Order State Status import tool uses a CSV file with three columns in the following format.
order_lookup,state,status

There should be one order per row.

ColumnDescription
order_lookupThe value used to retrieve the order. Before beginning the import, you can choose which field to use by changing the Order Lookup Column value. By default, the order_increment_id field is used. Custom Order Attributes that are marked as "Is Unique" can also be used.
stateThe state of the order. Must be all lower case
statusThe status code of the order. Must be all lower case

❗️

State/Status Update Limitations

State:
The step in the overall order workflow that the current order is in. States cannot be moved to lower levels. For example, a Completed order cannot be moved back to New

Status:
The status must belong to the state of the order. You can view/add statuses from the Orders > Order Status Settings page.

3. Running the Import

After configuring the import, click Check Data to validate the file contents. Any errors will be displayed and require the file to be re-uploaded after the fixes have been applied.

1116

Once all data has been validated, click Import to start the import.

1104