Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

orderId
string
required

Unique identifier of the order whose items you want to get.

Query Parameters

draft
boolean

Gets a draft copy of the order if one is available

responseFields
string

limits which fields are returned in the response body

Response

OK

Collection of items listed on the order.

items
object[] | null
totalCount
integer<int32>