Orders
List Orders
List all orders by collection ID
POST
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
orders
/
get
Date range filter is inclusive of both start and end dates and only filters via the day and not the time of day
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collectionId
string
requiredBody
application/json
companyId
string
filter
object
requiredResponse
200 - application/json
data
object[]
requiredcount
number
required