--- title: CalculatedRestockingFee - GraphQL Admin description: >- The calculated costs of handling a return line item. Typically, this would cover the costs of inspecting, repackaging, and restocking the item. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CalculatedRestockingFee md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CalculatedRestockingFee.md --- # Calculated​Restocking​Fee object Requires `read_returns` access scope or `read_marketplace_returns` access scope. The calculated costs of handling a return line item. Typically, this would cover the costs of inspecting, repackaging, and restocking the item. ## Fields * amount​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyBag) non-null The calculated amount of the return fee, in shop and presentment currencies. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null A globally-unique ID. * percentage [Float!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Float) non-null The value of the fee as a percentage. *** ## Map ### Fields with this object * {}[CalculatedReturnLineItem.restockingFee](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CalculatedReturnLineItem#field-CalculatedReturnLineItem.fields.restockingFee) *** ## Interfaces * [Calculated​Return​Fee](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/CalculatedReturnFee) interface *** ## ||-CalculatedRestockingFee Implements ### Implements * ||-[Calculated​Return​Fee](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/CalculatedReturnFee)