`totalUnsettledSet` calculation fixed for pending captures
Shopify developer change
MerchantDiff detected this entry in Shopify's official developer changelog on April 24, 2026.
This Shopify update is categorized as API, Breaking API Change, Admin GraphQL API.
What changed
Previously, when a capture was pending, totalUnsettledSet was double-counting by incorrectly returning the authorization amount plus the pending capture amount. Now it correctly returns the actual unsettled amount. For example, for a $100 authorization with a $50 pending capture: Before: Returned $150 (incorrect) After: Returns $100 (correct)
Who is affected
Apps using the affected Shopify GraphQL API surface should review this change.
What action may be needed
Nothing. Your existing queries will continue to work and no changes to your code are required. The returned value will now be correct. What this affects This bug only affects multi-capturable orders, which are orders where partial or multiple captures are supported.
Use the official Shopify entry below as the source of truth for technical implementation details, affected APIs, migration instructions and deadlines.
Want the actionable version?
MerchantDiff monitors Shopify API changes, deprecations, deadlines and ecosystem updates, then turns them into developer-focused release intelligence: what changed, who is affected and what action may be needed.
Get MerchantDiff →