FeeSale.fee returns null for deleted fees as of API 2025-07
As of API version 2025-07, FeeSale.fee is nullable and returns null when the underlying fee has been deleted, where earlier versions still returned the deleted fee.
Read the official Shopify source01 · Source fact
What changed
As of API version 2025-07, FeeSale.fee is nullable and returns null when the underlying fee has been deleted, where earlier versions still returned the deleted fee.
- Published
- Mar 18, 2025
- Effective
- API version 2025-07
- Deadline
- No explicit deadline stated
02 · Business impact
Who and what may be affected
- Operators
- Agency, Bookkeeper
- Surfaces
- Admin Api, Fee Sales
- Impact
- Reporting, Technical
- Settlement categories
- Fees
03 · Next action
What to check
Make fee-reconciliation pipelines null-safe on FeeSale.fee so deleted fees surface as explicit gaps instead of crashing or silently reusing stale amounts.