Packing List Items
Update Packing List Item
This endpoint updates an existing packing list item.
PUT
/
v1
/
packing_list_items
/
:id
Body
id
string
requiredThe ID of the packing list item to update.
sku
string
requiredThe SKU of the packing list item to update.
description
string
requiredThe description of the packing list item to update.
quantity
number
requiredThe quantity of the packing list item to update.
packing_list
string
requiredThe packing list of the packing list item to update.
arrived
boolean
requiredThe arrived of the packing list item to update.
Response
id
string
requiredThe ID of the packing list item to update.
sku
string
requiredThe SKU of the packing list item to update.
description
string
requiredThe description of the packing list item to update.
quantity
number
requiredThe quantity of the packing list item to update.
packing_list
string
requiredThe packing list of the packing list item to update.
arrived
boolean
requiredThe arrived of the packing list item to update.