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 | Yes | Shipment details | |
products | List<ReceiptProduct> | 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> | Yes | Historical logs about order changes |
Last updated