object StagedInventoryItemType

Fields

FieldTypeDescription
line_item_idString

The line item this staged inventory entry belongs to

skuString

The staged SKU (case SKU when picked as cases, each SKU otherwise)

quantityInt

Unpacked quantity available for packing

case_typeString

The UOM container type (e.g. PALLET, CASE) or null when picked as eaches

lot_idString

Lot ID, if the product has lot tracking enabled

lot_nameString

Lot name, if the product has lot tracking enabled

lot_expiration_dateISODateTime

Lot expiration date, if the product has lot tracking enabled

location_idString

Staging location bin ID

location_nameString

Staging location bin name

Referenced By

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"
}