--- title: CalculatedReturnLineItem - Customer API description: The line item being processed for a return and its calculated monetary values. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/calculatedreturnlineitem md: https://shopify.dev/docs/api/customer/latest/objects/calculatedreturnlineitem.md --- # Calculated​Return​Line​Item object The line item being processed for a return and its calculated monetary values. ## Fields * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item being processed for a return. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The quantity being returned. * subtotal​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The subtotal of the return line item. * total​Tax​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The total tax of the return line item. *** ## Map ### Fields and connections with this object * {}[CalculatedReturn.returnLineItems](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturn#field-CalculatedReturn.fields.returnLineItems) * <->[CalculatedReturnLineItemConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/CalculatedReturnLineItemConnection#returns-nodes) * {}[CalculatedReturnLineItemEdge.node](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItemEdge#field-CalculatedReturnLineItemEdge.fields.node)