---
title: FeeSale fee field is nullable as of 2025-07 - 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/feesale-fee-field-is-nullable-as-of-2025-07'
  md: 'https://shopify.dev/changelog/feesale-fee-field-is-nullable-as-of-2025-07.md'
metadata:
  effectiveApiVersion: 2025-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Breaking API Change
    handle: breaking-api-change
  indicatesActionRequired: false
  createdAt: '2025-01-22T20:11:47-05:00'
  postedAt: '2025-03-18T12:00:00-04:00'
  updatedAt: '2025-01-24T13:24:50-05:00'
  effectiveAt: '2025-02-28T12:00:00-05:00'
---

March 18, 2025

Tags:

* Admin GraphQL API
* 2025-07

# FeeSale fee field is nullable as of 2025-07

As of 2025-07, the `FeeSale.fee` field is now nullable, meaning a `Fee` can be null if it has been deleted. In versions prior to 2025-07, the `fee` field will still return the deleted fee.

For more information, visit the [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FeeSale) documentation on `FeeSale`.
