Orders: Sheet Histories
Before you begin
This section describes the XLSX stucture for importing order histories.
Follow these guidelines to properly structure your order file. To follow along, feel free to download an example file.
Important
- This sheet is required for Orders import.
- All columns must be present in the sequence specified below.
- Do not change/translate the names of the columns.
- Allowed names for this sheet: Histories
Structure of the sheet
Here is a list of every column in the sheet Histories.
To follow along, feel free to download an example file.
Column Letter | Column Name | Extra Info | Allowed Values | Required |
---|---|---|---|---|
A | Order History ID | If you have an existing order history in your store with this Order History ID, it will be overwritten. If left empty, the order history will be imported as a new order history. | Integer number Minimum: -2147483647 Maximum: 2147483647 |
(Conditional)* |
B | Order ID | A valid Order ID. See Orders sheet, column A for allowed values. Integer number Minimum: -2147483647 Maximum: 2147483647 |
Yes | |
C | Order Status ID | A valid Order Status ID. See Meta sheet, column F for allowed values. Integer number Minimum: -2147483647 Maximum: 2147483647 |
Yes | |
D | Notify | 1 means "Yes". 0 means "No". | 1 / 0 | Yes |
E | Comment | Text | No | |
F | Date Added | Example: 2017-01-31 15:36:53 | Date Format: yyyy-mm-dd hh:ii:ss |
Yes |
Note* (Conditional) fields accept empty values for the purposes of an ExcelPort import. There are cases when you might need a value for this field. More information in column Extra Info.