CalculatedReturnLineItem - admin-graphql - OBJECT
Version: 2024-10
Description:
A calculated return line item.
Access Scopes
`read_returns` access scope or `read_marketplace_returns` access scope. Also: The shop must have access to exchanges.
Fields
-
fulfillmentLineItem:
FulfillmentLineItem! -
The fulfillment line item from which items are returned.
-
id:
ID -
A globally-unique ID.
-
quantity:
Int! -
The quantity being returned.
-
restockingFee:
CalculatedRestockingFee -
The restocking fee of the return line item.
-
subtotalBeforeOrderDiscountsSet:
MoneyBag! -
The subtotal of the return line item before order discounts.
-
subtotalSet:
MoneyBag! -
The subtotal of the return line item.
-
totalTaxSet:
MoneyBag! -
The total tax of the return line item.
Connections
Related queries
Related mutations
Related Unions
Examples