object StagedInventoryItemType
Fields
| Field | Type | Description |
|---|---|---|
line_item_id | String | The line item this staged inventory entry belongs to |
sku | String | The staged SKU (case SKU when picked as cases, each SKU otherwise) |
quantity | Int | Unpacked quantity available for packing |
case_type | String | The UOM container type (e.g. PALLET, CASE) or null when picked as eaches |
lot_id | String | Lot ID, if the product has lot tracking enabled |
lot_name | String | Lot name, if the product has lot tracking enabled |
lot_expiration_date | ISODateTime | Lot expiration date, if the product has lot tracking enabled |
location_id | String | Staging location bin ID |
location_name | String | Staging location bin name |
Referenced By
- WholesaleLineItem Type
Example
{
"line_item_id": "abc123",
"sku": "abc123",
"quantity": 987,
"case_type": "abc123",
"lot_id": "abc123",
"lot_name": "abc123",
"lot_expiration_date": "abc123",
"location_id": "abc123",
"location_name": "abc123"
}