object WholesaleLineItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | BigInt | |
line_item | LineItem | |
unit_of_measure | String | |
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
}