--- title: ReturnFinancialSummary - Customer API description: The financial breakdown of the return. api_version: unstable api_name: customer source_url: html: https://shopify.dev/docs/api/customer/unstable/objects/returnfinancialsummary md: https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/objects/MoneyBag) non-null The subtotal of all return line items shipping fees. * return​Subtotal​Set [Money​Bag!](https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/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/unstable/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/unstable/objects/CalculatedReturn#field-CalculatedReturn.fields.financialSummary)