--- title: ReturnFinancialSummary - Customer API description: The financial breakdown of the return. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/returnfinancialsummary md: https://shopify.dev/docs/api/customer/latest/objects/returnfinancialsummary.md --- # Return​Financial​Summary object The financial breakdown of the return. ## Fields * restocking​Fee​Subtotal​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The subtotal of all return line items restocking fees. * return​Shipping​Fee​Subtotal​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The subtotal of all return line items shipping fees. * return​Subtotal​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The subtotal of all return line items. * return​Subtotal​With​Cart​Discount​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The subtotal of all return line items with order level discounts applied. * return​Total​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The total sum of all return line items, including return line item subtotals, fees and taxes. * return​Total​Tax​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null The total tax sum of all return line items. *** ## Map ### Fields with this object * {}[CalculatedReturn.financialSummary](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturn#field-CalculatedReturn.fields.financialSummary)