PUT
/
v1
/
packing_list_items
/
:id

Body

id
string
required

The ID of the packing list item to update.

sku
string
required

The SKU of the packing list item to update.

description
string
required

The description of the packing list item to update.

quantity
number
required

The quantity of the packing list item to update.

packing_list
string
required

The packing list of the packing list item to update.

arrived
boolean
required

The arrived of the packing list item to update.

Response

id
string
required

The ID of the packing list item to update.

sku
string
required

The SKU of the packing list item to update.

description
string
required

The description of the packing list item to update.

quantity
number
required

The quantity of the packing list item to update.

packing_list
string
required

The packing list of the packing list item to update.

arrived
boolean
required

The arrived of the packing list item to update.