object WholesaleLineItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
line_item | LineItem | Line item associated with this wholesale line item. |
unit_of_measure | String | 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"]
}