# Additional fees fields for Orders — Shopify developer changelog
---
## Additional fees fields for Orders

The Order object now has fields representing additional fees as of API version 2023-04. Additional fees are extra costs associated with an international package that aren't duties or taxes.

The new fields on the GraphQL Order object are:

* additionalFees
* currentTotalAdditionalFeesSet
* originalTotalAdditionalFeesSet

The new fields on the REST Order resource are:

* current_total_additional_fees_set
* original_total_additional_fees_set

Learn more about these new fields in the [GraphQL reference docs](https://shopify.dev/docs/api/admin-graphql/2023-04/objects/Order#fields) or [REST reference docs](https://shopify.dev/docs/api/admin-rest/2023-04/resources/order#resource-object).

*Published: March 20, 2023*
Tags: API, New
Link: https://shopify.dev/changelog/additional-fees-fields-for-orders

---