GET
/
v1
/
packing_lists
/
:id

Body

id
string

This is the unique identifier for the packing list. If this is not provided, a new packing list will be created.

Response

id
string

This is the unique identifier for the packing list.

number
string

This is the number associated with the packing list.

deliveryDate
string

This is the date of delivery for the packing list.

invoice_number
string

This is the invoice number associated with the packing list.

arrivalDate
string

This is the date of arrival for the packing list.

purchase_order_number
string

This is the purchase order number associated with the packing list.

ship_per
string

This is the shipping information or carrier for the packing list.

tracking_number
string

This is the tracking number associated with the shipment for the packing list.

Packing List

NameTypeDescription
idText (Primary Key, Unique)Unique identifier for the packing list
numberText (Nullable)Number associated with the packing list
deliveryDateDate (Nullable)Date of delivery for the packing list
invoice_numberText (Nullable)Invoice number associated with the packing list
arrivalDateDate (Nullable)Date of arrival for the packing list
purchase_order_numberText (Nullable)Purchase order number associated with the packing list
ship_perText (Nullable)Shipping information or carrier for the packing list
tracking_numberText (Nullable)Tracking number associated with the shipment for the packing list

Packing List Item

NameTypeDescription
idText (Primary Key, Unique)Unique identifier for the packing list item
skuTextStock Keeping Unit (SKU) for the packing list item
descriptionTextDescription or additional details about the item
quantityIntegerQuantity of the item in the packing list item
packing_listTextIdentifier for the associated packing list
arrivedBoolenWhether or not the packing list item has arrived