| id | uuid | Unique identifier (UUID) - e.g. "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
| order_number | string | Friendly reference for the order in the platform |
| status | string | Order status - Possible values :CANCELLEDPENDINGPAIDREFUNDED
|
| fulfillment_status | string | The status of the fulfillment for the order - Possible values :FULFILLEDPARTIALUNFULFILLED
|
| fulfillments | array of CommerceOrderFulfillment | Array of Fulfillment objects |
| line_items | array of CommerceOrderLineItem | Array of line items in the order |
| billing_address | Address | The billing address of the customer for the order |
| shipping_address | Address | The shipping address of the customer for the order |
| customer_id | uuid | UUID of the customer concerned by the order |
| total_shipping | Money | The sum of all shipping costs. |
| total_discount | Money | The sum of all discounts applied to the total price. |
| total_tax_amount | Money | The total tax paid on the order. |
| total_amount | Money | The sum of all line item prices, discounts, shipping, taxes, and tips in the shop currency. Must be positive. |
| source_created_at | datetime | Date on which the product was created (as given by the source provider). |
| source_updated_at | datetime | Date on which the product was updated (as given by the source provider). |
| transactions | array of strings | Array of Transaction UUIDs associated with the Order (payments, refund, ...) |
| source_transactions | array of strings | Array of source transaction id of PSP associated with the Order |
| provider_name | string | Name of the provider the data is coming from (informational field) - e.g. "Paypal", "Stripe", ... |
| data_connection_id | uuid | UUID of the data connection leading to this data |