--- title: AdditionalFee - GraphQL Admin description: The additional fees that have been applied to the order. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/AdditionalFee md: https://shopify.dev/docs/api/admin-graphql/latest/objects/AdditionalFee.md --- # Additional​Fee object Requires `read_orders` access scope. The additional fees that have been applied to the order. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the additional fee. * price [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag) non-null The price of the additional fee. * tax​Lines [\[Tax​Line!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/TaxLine) non-null A list of taxes charged on the additional fee. *** ## Map ### Fields with this object * {}[Order.additionalFees](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order#field-Order.fields.additionalFees) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-AdditionalFee Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)