Get a list of orders
GET {{baseUrl}}/merchants/:merchantId/terminalOrders
Returns a list of terminal products orders for the merchant account identified in the path. 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 |