Orders
Get all orders for a specific customer
Get all orders for a specified customer, specified by customer ID
GET
/
v1
/
customers
/
{customerId}
/
orders
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customerId
string
requiredCustomer reference ID
Response
200 - application/json
Get orders by customer reference ID
responseStatus
string
Brief response status
message
string
Full response message
data
object
Order details
Was this page helpful?