Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Additional fees fields for Orders

API

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:

  • currenttotaladditionalfeesset
  • originaltotaladditionalfeesset

Learn more about these new fields in the GraphQL reference docs or REST reference docs.