Packing List Items
Create Packing List Item
This endpoint creates a new packing list item
POST
/
v1
/
packing_list_items
/
:id
Body
id
string
requiredThe ID of the packing list item to create.
sku
string
requiredThe SKU of the packing list item to create.
description
string
requiredThe description of the packing list item to create.
quantity
number
requiredThe quantity of the packing list item to create.
packing_list
string
requiredThe packing list of the packing list item to create.
arrived
boolean
requiredThe arrived of the packing list item to create.
Response
id
string
requiredThe ID of the packing list item to create.
sku
string
requiredThe SKU of the packing list item to create.
description
string
requiredThe description of the packing list item to create.
quantity
number
requiredThe quantity of the packing list item to create.
packing_list
string
requiredThe packing list of the packing list item to create.
arrived
boolean
requiredThe arrived of the packing list item to create.
Packing List Item
Name | Type | Description |
---|---|---|
id | Text (Primary Key, Unique) | Unique identifier for the packing list item |
sku | Text | Stock Keeping Unit (SKU) for the packing list item |
description | Text | Description or additional details about the item |
quantity | Integer | Quantity of the item in the packing list item |
packing_list | Text | Identifier for the associated packing list |
arrived | Boolen | Whether or not the packing list item has arrived |