Column Header | Description |
order.external_ref | The order reference needed. |
order.sales_datetime | The date and time that the order was placed. The correct date format must be be in the form YYYY-MM-DD HH:MM:SS. An example of this is "2022-02-22 14:56:23". |
order.shipping_company | The Company name if used. |
order.shipping_address_1 | Shipping address line 1. |
order.shipping_address_2 | Shipping address line 2, if required. |
order.shipping_address_3 | Shipping address line 3, if required. |
order.shipping_address_4 | Shipping address line 4, if required. |
order.shipping_address_5 | Shipping address line 5, if required. |
order.shipping_postcode | Shipping postcode. |
order.shipping_country | Shipping country. |
order.shipping_country_code | Shipping country code the ISO alpha-2 examples should be used. Examples of these can be found here. |
order.shipping_method | Shipping method used, for example "Next Day". |
order.shipping_carrier | Shipping carrier used, for example "Royal Mail" |
order.billing_address_1 | Billing address line 1, if required. |
order.billing_address_2 | Billing address line 2, if required. |
order.billing_address_3 | Billing address line 3, if required. |
order.billing_address_4 | Billing address line 4, if required. |
order.billing_address_5 | Billing address line 5, if required. |
order.billing_postcode | Billing address postcode, if required. |
order.billing_country | Billing address country, if required. |
order.customer_name | The customer name. |
order.customer_email | The customer email. |
item.sku | The item SKU taken from a Sales Channel. |
item.description | A brief item description from the product, usually associated to the ecommerce description. |
item.colour | The item colour text field. |
item.size | The item size (arbitrary type). |
item.quantity | Quantity of the item required. |
item.type | The item type which can be set between the following 3 options. 1 - Set to use item.external_url to define an orders artwork. 3 - Set to use print on demand references from Product Manager. 5 - Set for textual items. This is to be used for items with no artwork and only textual customisation fields such as "textual.field_name1". |
item.print_on_demand_ref | The print on demand reference for item orders obtained from product manager - only for item type 3. |
item.external_url | URL to the product artwork. Only for item type 1. |
item.external_thumnail_url | URL to the product thumbnail linked to the product. Only for item type 1. |
textual.field_name1 | 1st personalisation text area name. Only for item type 5. |
textual.field_value1 | 1st personalisation text area field. Only for item type 5. |
textual.field_name2 | 2nd personalisation text area name. Only for item type 5. |
textual.field_value2 | 2nd personalisation text area value. Only for item type 5. |
textual.field_name3 | 3rd personalisation text area name. Only for item type 5. |
textual.field_value3 | 3rd personalisation text area value. Only for item type 5. |