--- title: CalculatedReturnFee - GraphQL Admin description: A calculated return fee. api_version: 2026-04 api_name: admin type: interface api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/interfaces/calculatedreturnfee md: https://shopify.dev/docs/api/admin-graphql/latest/interfaces/calculatedreturnfee.md --- # Calculated​Return​Fee interface Requires `read_returns` access scope or `read_marketplace_returns` access scope. A calculated return fee. ## Fields * amount​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/scalars/ID) non-null A globally-unique ID. *** ##### Variables ```json { "amountSet": "", "id": "" } ``` ##### Schema ```graphql interface CalculatedReturnFee { amountSet: MoneyBag! id: ID! } ```