v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Orders

Retrieve specific order info

get/api/store/order/{id}/

Path parameters

idstring required
Example:00000000-0000-0000-0000000000000000

Response

Specific order information

idstring
dateCreatedstring
statusstring
orderReferencestring

Example response

{
  "id": "00000000-0000-0000-0000000000000000",
  "dateCreated": "2015-06-01T08:36:18Z",
  "status": "IN_PRODUCTION",
  "orderReference": "NL0456"
}