# 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](/docs/api/admin-graphql/2024-10/objects/FulfillmentLineItem): FulfillmentLineItem! - The fulfillment line item from which items are returned. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - A globally-unique ID. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity being returned. * [restockingFee](/docs/api/admin-graphql/2024-10/objects/CalculatedRestockingFee): CalculatedRestockingFee - The restocking fee of the return line item. * [subtotalBeforeOrderDiscountsSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The subtotal of the return line item before order discounts. * [subtotalSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The subtotal of the return line item. * [totalTaxSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total tax of the return line item. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples