Fulfillment Line Item
Requires access scope or access scope.
A line item from an Order that's included in a Fulfillment. Links the fulfillment to specific items from the original order, tracking how many units were fulfilled.
The discounted total excludes order-level discounts, showing only line-item specific discount amounts.
The discounted total excludes order-level discounts, showing only line-item specific discount amounts.
Note: The discounted total excludes order-level discounts, showing only line-item specific discount amounts.
Anchor to FieldsFields
- discountedTotalSet (MoneyBag!)
- id (ID!)
- lineItem (LineItem!)
- originalTotalSet (MoneyBag!)
- quantity (Int)
- Anchor to discountedTotalSetdiscounted•Money
Total Set Bag! non-null The total price after discounts are applied in shop and presentment currencies. This value doesn't include order-level discounts.
- •ID!non-null
A globally-unique ID.
- Anchor to lineItemline•Line
Item Item! non-null The associated order's line item.
- Anchor to originalTotalSetoriginal•Money
Total Set Bag! non-null The total price before discounts are applied in shop and presentment currencies.
- Anchor to quantityquantity•Int
Number of line items in the fulfillment.
Deprecated fields
- discountedTotal (Money!): deprecated
- originalTotal (Money!): deprecated
- Anchor to discountedTotaldiscounted•Money!
Total non-nullDeprecated - Anchor to originalTotaloriginal•Money!
Total non-nullDeprecated