--- title: Additional fees fields for Orders - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/additional-fees-fields-for-orders md: https://shopify.dev/changelog/additional-fees-fields-for-orders.md --- [Back to Developer changelog](https://shopify.dev/changelog) March 20, 2023 Tags: * API * 2023-04 # 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).