RefundLineItem - admin-graphql - OBJECT
Version: 2024-04
Description:
A line item that's included in a refund.
Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.
Fields
-
lineItem:
LineItem! -
The `LineItem` resource associated to the refunded line item.
-
location:
Location -
The inventory restock location.
-
price:
Money! -
The price of a refunded line item.
-
priceSet:
MoneyBag! -
The price of a refunded line item in shop and presentment currencies.
-
quantity:
Int! -
The quantity of a refunded line item.
-
restockType:
RefundLineItemRestockType! -
The type of restock for the refunded line item.
-
restocked:
Boolean! -
Whether the refunded line item was restocked. Not applicable in the context of a SuggestedRefund.
-
subtotal:
Money! -
The subtotal price of a refunded line item.
-
subtotalSet:
MoneyBag! -
The subtotal price of a refunded line item in shop and presentment currencies.
-
totalTax:
Money! -
The total tax charged on a refunded line item.
-
totalTaxSet:
MoneyBag! -
The total tax charged on a refunded line item in shop and presentment currencies.
Connections
Related queries
Related mutations
Related Unions
Examples