This endpoint list packing lists.
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
| 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 |