object WholesaleLineItem

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

line_itemLineItem

Line item associated with this wholesale line item.

unit_of_measureString

Unit of measure for this wholesale line item.

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": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "line_item": {sku: "BLUE-TEE-M", quantity: 2},
  "unit_of_measure": "EACH",
  "staged_inventory": ["BLUE-TEE-M", "RED-HOODIE-L"]
}