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.
Tags:
- Admin GraphQL API
- 2026-04
Added new enum values for ColumnDataType in ShopifyqlTableDataColumnRead full post –>Added 3 enum values to ColumnDataType: RATING (float), STRING IDENTITY (GID/UUID), COLOR (HEX). Enhances data representation flexibility for developers.
Tags:
- Admin GraphQL API
- Webhook
- 2026-04
Webhook subscriptions now support a name field for identificationRead full post –>Assign optional names to webhook subscriptions for easier management. Names appear in request headers, aiding routing. Unique per shop/app, up to 50 chars, set via TOML or Admin API.
Tags:
- Admin GraphQL API
- 2026-04
TheGiftCardConfigurationobject now includes default gift card expirationRead full post –>Query gift card expiration settings via GraphQL Admin API. New
field provides duration and unit, aiding in calculating expiration dates for gift cards.Tags:
- Admin GraphQL API
- 2026-04
Subscriptions APIs: new payment error code and error classificationRead full post –>New payment error codes in Admin GraphQL API enhance diagnosis. Unstable API version shows fewer generic errors. Temporary error mapping issue fixed.
Tags:
- Admin GraphQL API
- 2026-04
Automatically copy cart metafields to orders at checkout completionRead full post –>Order metafield definitions now support
. When enabled, cart metafield values copy to the matching order metafields at checkout completion.Tags:
- Admin GraphQL API
- 2026-04
Introducing thetracks_inventoryquery filter for productsRead full post –>We've added a
filter for querying products by inventory tracking status.Tags:
- Admin GraphQL API
Discouraging use ofreceiptJsononOrderTransactionin the GraphQL Admin APIRead full post –>Avoid using
due to its instability and inconsistent structure. Migrate to stable fields to prevent app failures.Tags:
- Admin GraphQL API
- Admin REST API
Events data now limited to one year retentionRead full post –>Access to events data over a year old is removed from Admin GraphQL and REST APIs. Update dependencies to ensure compatibility. This change enhances data management and system performance.
Tags:
- Admin GraphQL API
- Admin REST API
- 2026-04
inventoryActivatenow preservesavailablequantityRead full post –>In API 2026-04,
now preserves existingactiveandquantities ifavailableoraren't provided, preventing unwanted resets to zero.Tags:
- Admin GraphQL API
- 2026-04
DeprecateddeliveryShippingOriginAssignmutationRead full post –>The deliveryShippingOriginAssign mutation is being deprecated.
Tags:
- Admin GraphQL API
- 2026-01
INVALID_BILLING_ADDRESS: new processing error for subscription billing attemptsRead full post –>New error INVALID_BILLING_ADDRESS for subscription billing attempts flags invalid billing address fields.
Tags:
- Admin GraphQL API
- 2026-01
Access transactions on the Return objectRead full post –>The Admin GraphQL API now includes a
transactionsconnection in theReturnobject, simplifying payment/refund associations for returns, enhancing financial reporting accuracy.Tags:
- Admin GraphQL API
- Webhook
- 2026-01
Introducing theorders/link_requestedwebhook topicRead full post –>API v2026-01 adds an
webhook, notifying subscribed apps when customers request new order links from expired Order status pages.Tags:
- Admin GraphQL API
- Customer Account API
- Webhook
- 2026-01
New Return Reason Definitions API for Better Return InsightsRead full post –>A new
type replaces, providing category-specific return reasons for better analytics and improved return experiences.Tags:
- Admin GraphQL API
- 2026-01
Subscription billing attempts throttlingRead full post –>We're introducing throttling for billing attempts, with errors visible in the
throttledcode on thecode.Tags:
- Action Required
- Admin GraphQL API
- 2026-01
Deprecation ofShop.billingAddressin favor ofShop.shopAddressRead full post –>API version 2026-01 introduces
inShopobject, replacing. Update queries to usefor future compatibility. Structure remains unchanged.Tags:
- Admin GraphQL API
- 2026-01
Conversion tracking fields added to MarketingEngagementCreateRead full post –>New fields in
enhance data integration for marketing metrics, supporting diverse conversion tracking and analytics in Shopify's reports.Tags:
- Action Required
- Admin GraphQL API
- Admin REST API
- 2026-04
RemovingpermitsSkuSharingfield from fulfillment serviceRead full post –>In API version 2026-04,
is removed from. Permits SKU sharing will be enabled by default.Tags:
- Action Required
- Admin GraphQL API
Customer marketing URL fields now require write accessRead full post –>Customer-related fields now require
scope andpermission due to security fixes. Update apps to avoid access denied errors.Tags:
- Admin GraphQL API
- 2026-01
Set and retrieveprocessedAtin therefundCreatemutationRead full post –>The
mutation now supports an optionalfield.Tags:
- Admin GraphQL API
- 2026-01
Faster bulk operationsRead full post –>Shopify's bulk operations API now supports all Admin API mutations, allows 100MB file uploads, and enables five concurrent operations, enhancing speed and efficiency for developers.
Tags:
- Admin GraphQL API
- 2026-01
Improved compare and swap inventory updates for theinventorySetQuantitiesmutationRead full post –>now supports a cleaner way to handle concurrent updates. Use the newfield instead of the deprecatedandfields.Tags:
- Admin GraphQL API
- 2026-01
Adding idempotency for inventory adjustments and refund mutationsRead full post –>Idempotency keys are now available on refund and inventory mutations starting in API version 2026-01, enabling safer request retries and preventing duplicate operations.
Tags:
- Admin GraphQL API
- 2026-01
NewchangeFromQuantityfield to manage inventoryRead full post –>The
field ensures inventory data stays accurate, even if you're making multiple adjustments at the same time.Tags:
- Admin GraphQL API
Deprecation ofOrderTransaction.authorizationCodein favor ofOrderTransaction.paymentIdRead full post –>From API version
2026-01,inis deprecated. Usefor stable payment tracking. Update queries to replacewith.Tags:
- Action Required
- Admin GraphQL API
- 2026-04
New compare and swap syntax for theinventorySetQuantitiesmutationRead full post –>The
field is now mandatory; usenullto bypass checks.andfields are removed, impacting inventory mutation handling.Tags:
- Action Required
- Admin GraphQL API
- 2026-04
Making idempotency mandatory for inventory adjustments and refund mutationsRead full post –>Starting April 2026, idempotency is mandatory for specific Shopify mutations to prevent duplicate inventory adjustments and refunds, enhancing integration robustness and reducing errors.
Tags:
- Action Required
- Admin GraphQL API
- 2026-01
Concurrency protection features for inventory and refund mutationsRead full post –>New concurrency protection features:
field andidempotentdirective will be required for inventory and refund mutations. Breaking changes.Tags:
- Action Required
- Admin GraphQL API
- 2026-04
MakingchangeFromQuantityfield required (with explicit opt-out)Read full post –>Starting April 2026,
is required for inventory mutations. This ensures data accuracy by preventing overwrites if quantities change concurrently. Usenullto opt-out.Tags:
- Admin GraphQL API
- 2026-01
New fields to combine bundle optionsRead full post –>Support merchants in combining options, such as size and length, so customers have fewer clicks to checkout.
Tags:
- Admin GraphQL API
- Admin REST API
Offline access tokens now support expiry and refreshRead full post –>Offline access tokens now expire in 60 minutes and include a refresh token for renewal, enhancing security and aligning with OAuth 2.0. Update token management to handle expirations.
Tags:
- Admin GraphQL API
- 2026-01
Advanced Metafield & Metaobject QueryingRead full post –>Developers can now query Products, Orders, and Metaobjects using advanced Metafield filters like greater/less than, prefix, and boolean logic, streamlining resource searches.
Tags:
- Admin GraphQL API
Order editing new validations and handleduserErrorsRead full post –>New order editing validations have been introduced
Tags:
- Admin GraphQL API
- 2026-01
InventoryItem.variant field deprecated in favor of InventoryItem.variants connectionRead full post –>The InventoryItem.variant field is deprecated; switch to InventoryItem.variants for paginated connections. Update queries to handle edges and nodes for future compatibility.
Tags:
- Admin GraphQL API
- Webhook
- 2026-01
Tax summary webhook and calculation requests now includes shop and presentment currency amountRead full post –>API v2026-01 adds currency fields to
webhook for shop and presentment currencies, enhancing multi-currency reporting and calculations for Tax Partner Apps.Tags:
- Action Required
- Webhook
- Admin GraphQL API
- 2026-01
Tax summary webhookcreated_atfield now returns UTC timezoneRead full post –>The
field now returns UTC format, improving consistency across systems. Developers should update parsing logic to handle the new format starting January 2026.Tags:
- Action Required
- Admin GraphQL API
- Webhook
- 2026-01
Tax webhook summary and calculation requests now use Global IDsRead full post –>Third-party tax apps now receive Global IDs for entity identification, aligning with Shopify's GraphQL Admin API standards.
Tags:
- Admin GraphQL API
- Webhook
- 2026-01
tax_summaries/create webhook and taxSummaryCreate mutation now availableRead full post –>The 2026-01 API adds
mutation for generating tax summaries andwebhook for tax events. Requiresscope and Tax Platform access.Tags:
- Admin GraphQL API
Carrier Service API now includes order totals and customer tagsRead full post –>The Carrier Service API now includes
andcustomer tagsin callbacks, enabling more precise shipping rate calculations based on order value and customer segmentation.Tags:
- Admin GraphQL API
- 2026-01
Order Update Phone Field PublicRead full post –>Admin API 2026-01 update:
phonefield inmutation'sis now public, enabling developers to update customer phone numbers, aligning with REST API capabilities.Tags:
- Admin GraphQL API
- 2026-01
New Queries for Bulk OperationsRead full post –>New GraphQL queries
andenhance bulk operation management with filtering, sorting, and pagination, improving visibility and debugging in the Admin API.Tags:
- Action Required
- Admin GraphQL API
- 2026-01
Bulk operations group objects default changed tofalseRead full post –>GraphQL Admin API bulk operations are now faster and more reliable.
defaults tofalsefor queries and is deprecated for mutations. Adjust settings for grouped output if needed.Tags:
- Admin GraphQL API
- 2026-01
Optional location inputs for inventory transfersRead full post –>Inventory transfers can now omit origin or destination IDs, enhancing flexibility. Update app validation to treat these fields as optional. Existing apps remain unaffected.
Tags:
- Admin GraphQL API
- 2026-01
New ACH support for deferred paymentsRead full post –>The 2026-01 Admin GraphQL API adds ACH payment support, introducing
toandunions, enhancing B2B payment management.Tags:
- Platform
- Admin GraphQL API
- Admin REST API
Increased limits in metafield and metaobject definitionsRead full post –>Increased metafield and metaobject limits: 256 app definitions, 256 merchant definitions, and 1M entries per definition, supporting complex data models and workflows.
Tags:
- Admin GraphQL API
- 2026-01
Newnotifyparameter available on thestoreCreditAccountCreditmutationRead full post –>The
mutation now accepts an optionalnotifyparameter. When set totruethe account owner will be sent a 'store credit issued email'.Tags:
- Admin GraphQL API
- 2026-01
Fulfillment service callback url is now optionalRead full post –>Admin API 2026-01:
inandis now optional. Existing fulfillment services will be unaffected.Tags:
- Admin GraphQL API
- 2026-04
Deprecate delivery legacy modes fieldsRead full post –>Legacy mode profiles are no longer supported.
Tags:
- Admin GraphQL API
- 2025-10
Rerouting Fulfillment Orders is now possible via APIRead full post –>The
mutation in the Admin GraphQL API lets developers reroute orders based on delivery strategies, enhancing flexibility and consistency.Tags:
- Action Required
- Admin GraphQL API
- 2025-07
Deprecation of legacy return APIs and improvements to return managementRead full post –>Shopify Admin API updates: returnRefund deprecated, replaced by returnProcess for streamlined return management. Available now in unstable, official release in 2025-07.