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