Get a list of orders
GET {{baseUrl}}/companies/:companyId/terminalOrders
Returns a lists of terminal products orders for the company identified in the path. To filter the list, use one or more of the query parameters. To make this request, your API credential must have one of the following roles: * Management API—Terminal ordering read * Management API—Terminal ordering read and write
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customerOrderReference | string | Your purchase order number. | |
status | string | The order status. Possible values (not case-sensitive): Placed, Confirmed, Cancelled, Shipped, Delivered. | |
offset | number | The number of orders to skip. | |
limit | number | The number of orders to return. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |