Orders
Retrieve specific order info
get/api/store/order/{id}/
Path parameters
idstring required
Example:00000000-0000-0000-0000000000000000
Response
Specific order information
Example response
{
"id": "00000000-0000-0000-0000000000000000",
"dateCreated": "2015-06-01T08:36:18Z",
"status": "IN_PRODUCTION",
"orderReference": "NL0456"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.