# Fee - admin-graphql - INTERFACE Version: 2024-10 ## Description A additional cost, charged by the merchant, on an order. Examples include return shipping fees and restocking fees. ### Access Scopes `read_returns` access scope and (`read_orders` access scope or `read_marketplace_orders` access scope). ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the Fee. ## Connections ## Types implemented in * [RestockingFee](/docs/api/admin-graphql/2024-10/objects/RestockingFee) * [ReturnShippingFee](/docs/api/admin-graphql/2024-10/objects/ReturnShippingFee) ## Examples