Order
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 | 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 | Yes | Historical logs about order changes |
Last modified 3yr ago