GET
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
orders
/
{orderId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string
required
orderId
string
required

Query Parameters

companyId
string

Response

200 - application/json
id
string
required
createdAt
string
required
status
enum<string>
required
Available options:
Placed,
Pending,
Partially Shipped,
Shipped
lineItems
object[]
required