Export Orders
Use this page when you need to export orders together with their line items.
Each order export can contain multiple rows for the same order:
- Row with
linetype = orderrepresents the order data. - Rows with
linetype = lineItemsrepresent the order items.
By default, line item rows do not contain order-related data in the order columns:
| linetype | orderNumber | orderStatus | paymentStatus | amountTotal | Subtotal | Total excluding VAT |
|---|---|---|---|---|---|---|
| order | 10002 | open | open | 122.4 | 110.4 | 102.85 |
| lineItems | 10002 | |||||
| lineItems | 10003 |
To fill line item rows with order data, enable Fill all order line with order data in the export profile settings.

When this option is enabled, all rows include data from their related order.
| linetype | orderNumber | orderStatus | paymentStatus | amountTotal | Subtotal | Total excluding VAT |
|---|---|---|---|---|---|---|
| order | 10002 | open | open | 122.4 | 110.4 | 102.85 |
| lineItems | 10002 | open | open | 122.4 | 110.4 | 102.85 |
| lineItems | 10003 | open | open | 122.4 | 110.4 | 102.85 |