# AdditionalFee - admin - OBJECT
Version: 2025-01

## Description
The additional fees that have been applied to the order.

### Access Scopes
`read_orders` access scope.


## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the additional fee.
* [price](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The price of the additional fee.
* [taxLines](/docs/api/admin/2025-01/objects/TaxLine): TaxLine! - A list of taxes charged on the additional fee.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples