Packing List Items
Create Packing List Item
This endpoint creates a new packing list item
POST
/
v1
/
packing_list_items
/
:id
Body
The ID of the packing list item to create.
The SKU of the packing list item to create.
The description of the packing list item to create.
The quantity of the packing list item to create.
The packing list of the packing list item to create.
The arrived of the packing list item to create.
Response
The ID of the packing list item to create.
The SKU of the packing list item to create.
The description of the packing list item to create.
The quantity of the packing list item to create.
The packing list of the packing list item to create.
The 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 |