Orders
Order status
Get the status of an order
GET
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
orders
/
{orderId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collectionId
string
requiredorderId
string
requiredQuery Parameters
companyId
string
Response
200 - application/json
id
string
requiredcreatedAt
string
requiredstatus
enum<string>
requiredAvailable options:
Placed
, Pending
, Partially Shipped
, Shipped
lineItems
object[]
required