> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/data-object-description/order.md).

# Order

### Object description

| Field                | Type                                                                                   | Required | Description                         |
| -------------------- | -------------------------------------------------------------------------------------- | -------- | ----------------------------------- |
| id                   | String                                                                                 | Yes      | Shipping order id                   |
| customerId           | String                                                                                 | Yes      | Smarts customer unique identifier   |
| institutionId        | String                                                                                 | Yes      | Smarts store unique identifier      |
| institutionInvoiceId | String                                                                                 | No       | Merchant unique invoice id          |
| resolverId           | String                                                                                 | No       | Merchant employee id                |
| shipment             | [Shipment](/general/data-object-description/shipment.md)                               | Yes      | Shipment details                    |
| products             | List<[ReceiptProduct](/general/data-object-description/receiptproduct.md)>             | Yes      | Product information                 |
| currency             | Currency                                                                               | Yes      | Order currency                      |
| orderTotalPrice      | double                                                                                 | Yes      | Order total price                   |
| created              | String                                                                                 | Yes      | Created date format YYYY-MM-DD      |
| closed               | String                                                                                 | Yes      | Closed date format YYYY-MM-DD       |
| statusChangelogs     | List<[OrderStatusChangeLog](/general/data-object-description/orderstatuschangelog.md)> | Yes      | Historical logs about order changes |
