FulfillmentLineItem - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents a line item from an order that's included in a fulfillment.
Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.
Fields
-
discountedTotal:
Money! -
The total price after discounts are applied.
-
discountedTotalSet:
MoneyBag! -
The total price after discounts are applied in shop and presentment currencies.
-
id:
ID! -
A globally-unique ID.
-
lineItem:
LineItem! -
The associated order's line item.
-
originalTotal:
Money! -
The total price before discounts are applied.
-
originalTotalSet:
MoneyBag! -
The total price before discounts are applied in shop and presentment currencies.
-
quantity:
Int -
Number of line items in the fulfillment.
Connections
Related queries
Related mutations
Related Unions
Examples