Packing List Items
Get Packing List Item
This endpoint gets or creates a new packing list item.
GET
/
v1
/
packing_list_items
/
:id
Body
id
string
This is the id of the packing list item
Response
id
string
This is the id of the packing list item
sku
string
This is the sku of the packing list item
description
string
This is the description of the packing list item
quantity
integer
This is the quantity of the packing list item
packing_list
string
This is the packing list of the packing list item
arrived
boolean
This is the arrived of the packing list item
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 |