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

KeyDatatypeRequiredDescription
customerOrderReferencestringYour purchase order number.
statusstringThe order status. Possible values (not case-sensitive): Placed, Confirmed, Cancelled, Shipped, Delivered.
offsetnumberThe number of orders to skip.
limitnumberThe number of orders to return.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring