FulfillmentOrderLineItems
Provides details about line items tied to fulfillment orders, including quantities and SKUs.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the fulfillment order line item. | |
| ShopId | Long |
Shop.Id | The unique numeric identifier for the shop associated with this fulfillment order line item. |
| FulfillmentOrderId | Long | The unique numeric identifier for the fulfillment order that includes this line item. | |
| OrderId | Long |
Orders.Id | The unique numeric identifier for the order linked to this fulfillment order line item. |
| LineItemId | Long |
OrdersItems.ItemId | The unique numeric identifier for the original order line item associated with this fulfillment order line item. |
| InventoryItemId | Long | The unique numeric identifier for the inventory item tied to this fulfillment order line item. | |
| Quantity | Int | The total number of item units assigned to be fulfilled. | |
| FulfillableQuantity | Int | The number of item units still awaiting fulfillment. | |
| VariantId | Long | The unique numeric identifier for the product variant associated with this fulfillment order line item. | |
| FinancialSummaries | String | A JSON aggregate containing financial summary details for this line item, such as pricing, discounts, and tax amounts. |