CalculatedExchangeLineItem - admin-graphql - OBJECT
Version: 2024-10
Description:
A calculated exchange line item.
Access Scopes
`read_returns` access scope or `read_marketplace_returns` access scope. Also: The shop must have access to exchanges.
Fields
-
calculatedDiscountAllocations:
CalculatedDiscountAllocation! -
The discounts that have been allocated onto the line item by discount applications.
-
discountedUnitPriceSet:
MoneyBag! -
The unit price of the exchange line item after discounts.
-
id:
ID -
A globally-unique ID.
-
originalUnitPriceSet:
MoneyBag! -
The original unit price of the exchange line item before discounts.
-
quantity:
Int! -
The quantity being exchanged.
-
subtotalSet:
MoneyBag! -
The calculated subtotal set of the exchange line item, including discounts.
-
totalTaxSet:
MoneyBag! -
The total tax of the exchange line item.
-
variant:
ProductVariant! -
The variant being exchanged.
Connections
Related queries
Related mutations
Related Unions
Examples