v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Orders

Retrieve specific orderline

get/api/store/orderproducts/{id}

Path parameters

idstring required
Example:00000000-0000-0000-0000000000000000

Response

Specific orderline information

idstring
statusstring
orderIdstring
customerReferencestring

Example response

{
  "id": "00000000-0000-0000-0000-000000000000",
  "status": "unknown",
  "orderId": "00000000-0000-0000-0000-000000000000",
  "customerReference": "000000000000"
}