# SaleAdditionalFee - admin-graphql - OBJECT Version: 2024-10 ## Description The additional fee details for a line item. ### Access Scopes `read_orders` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the additional fee. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The price of the additional fee. * [taxLines](/docs/api/admin-graphql/2024-10/objects/TaxLine): TaxLine! - A list of taxes charged on the additional fee. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples