GET
/
packinglistitems
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be fetched

Response

200 - application/json
id
string

The unique identifier for the packing list item.

sku
string

The SKU of the packing list item.

description
string

The description of the packing list item.

quantity
number

The quantity of the packing list item.

packing_list
string

The packing list of the packing list item.

arrived
boolean

The arrived of the packing list item.