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

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