FulfillmentOrderLineItems
Query fulfillment order line items.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The ID of the fulfillment order line item. | |
| ShopId | Long |
Shop.Id | The ID of the shop associated with the fulfillment order line item. |
| FulfillmentOrderId | Long | The ID of the fulfillment order associated with this line item. | |
| OrderId | Long |
Orders.Id | The ID of the order that's associated with the fulfillment order. |
| LineItemId | Long |
OrdersItems.ItemId | The ID of the line item associated with this fulfillment order line item. |
| InventoryItemId | Long | The ID of the inventory item associated with this fulfillment order line item. | |
| Quantity | Int | The total number of units to be fulfilled. | |
| FulfillableQuantity | Int | The number of units remaining to be fulfilled. | |
| VariantId | Long | The ID of the variant associated with this fulfillment order line item. | |
| FinancialSummaries | String | The financial summary data for the line item. |