---
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'
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-03-16T16:23:31-04:00'
  postedAt: '2023-03-20T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:37-05:00'
  effectiveAt: '2023-03-20T00:00:00-04:00'
---

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).
