--- title: Added new field taxExempt on Order - 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/added-new-field-taxexempt-on-order' md: 'https://shopify.dev/changelog/added-new-field-taxexempt-on-order.md' metadata: effectiveApiVersion: 2023-07 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2023-06-08T16:06:51-04:00' postedAt: '2023-07-01T00:00:00-04:00' updatedAt: '2024-12-13T17:24:38-05:00' effectiveAt: '2023-07-01T00:00:00-04:00' --- July 1, 2023 Tags: * API * 2023-07 # Added new field `taxExempt` on `Order` As of GraphQL Admin API `2023-07`, we've added the `taxExempt` field to the `Order` object. You can use this field to determine whether or not an order was exempt from taxes. Orders can be exempt from taxes if the "Charge taxes" option was disabled during the creation of a Draft Order, or if the order was created for a customer with the "Collect tax" option disabled. *Note that any products that are tax exempt in an order are not considered when calculating the `taxExempt` field .* Learn more about the `taxExempt` field on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2023-07/objects/Order).