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