Packing List
Get Packing List
This endpoint gets or creates a new packing list.
GET
/
v1
/
packing_lists
/
:id
Body
This is the unique identifier for the packing list. If this is not provided, a new packing list will be created.
Response
This is the unique identifier for the packing list.
This is the number associated with the packing list.
This is the date of delivery for the packing list.
This is the invoice number associated with the packing list.
This is the date of arrival for the packing list.
This is the purchase order number associated with the packing list.
This is the shipping information or carrier for the packing list.
This is the tracking number associated with the shipment for the packing list.
Packing List
Name | Type | Description |
---|---|---|
id | Text (Primary Key, Unique) | Unique identifier for the packing list |
number | Text (Nullable) | Number associated with the packing list |
deliveryDate | Date (Nullable) | Date of delivery for the packing list |
invoice_number | Text (Nullable) | Invoice number associated with the packing list |
arrivalDate | Date (Nullable) | Date of arrival for the packing list |
purchase_order_number | Text (Nullable) | Purchase order number associated with the packing list |
ship_per | Text (Nullable) | Shipping information or carrier for the packing list |
tracking_number | Text (Nullable) | Tracking number associated with the shipment for the packing list |
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 |