object WholesaleLineItem

Fields

FieldTypeDescription
idString
legacy_idBigInt
line_itemLineItem
unit_of_measureString
staged_inventory[StagedInventoryItemType]

Unpacked inventory at the staging location available for packing for this line item. Each entry represents a unique SKU + lot combination.

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": "abc123",
  "line_item": LineItem,
  "unit_of_measure": "abc123",
  "staged_inventory": StagedInventoryItemType
}