--- title: ReturnRestockingFee - Customer API description: The restocking fee incurred during the return process. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/ReturnRestockingFee' md: 'https://shopify.dev/docs/api/customer/latest/objects/ReturnRestockingFee.md' --- # Return​Restocking​Fee object The restocking fee incurred during the return process. ## Fields * amount​Set [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total monetary value of the fee in shop and presentment currencies. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null Human-readable name of the fee. *** ## Map No referencing types *** ## Interfaces * [Return​Fee](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee) interface *** ## ||-ReturnRestockingFee Implements ### Implements * ||-[Return​Fee](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee)