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:
- Action Required
- Webhook
- 2026-04
Removed Checkout ID from checkout and order webhooksRead full post –>As of version 2026-04, we removed the
idfield from checkouts webhooks and thefield from orders webhooks. From now on, use the checkout token to reference a checkout.Tags:
- Shop Minis
Shop Minis February 2026 updateRead full post –>New features include product tagging for UGC, SafeArea support, CLI enable/disable commands, improved consent flow, scope simplification, and a quick link for minis on the Shop App home screen.
Tags:
- Admin GraphQL API
- 2026-04
New analyticsQueryable capability for Metafield DefinitionsRead full post –>The
feature in GraphQL Admin API lets developers enable metafields for Shopify Analytics, enhancing data analysis for Products, Product Variants, Orders, and Customers data.Tags:
- Functions
- 2026-04
Enhanced discounts support in the Shopify Functions CartRead full post –>In GraphQL API v2026-04, Shopify Functions can now access discount details at cart, line item, and delivery levels, but only if they execute after discounts are applied.
Tags:
- Action Required
- Themes
Bare query strings no longer bust the cache for assetsRead full post –>Asset caching update ends support for bare query strings in URLs for cache busting. Use Liquid filters like
to ensure assets refresh correctly and improve load times.Tags:
- Shopify App Store
Updates effective February 27 to our Partner Program Agreement and API License and Terms of UseRead full post –>developer change log for the updates to the API TOS and PPA
Tags:
- Tools
Accelerated checkouts now support multiple product variants on the product pageRead full post –>Accelerated checkouts now support purchasing products with add-ons directly from the product page, enhancing the buying process for developers integrating payment solutions.
Tags:
- Platform
Legacy customer accounts are now deprecatedRead full post –>Legacy customer accounts are no longer available to all new stores. All merchants are recommended to upgrade to the latest version. Build the future of customer accounts with us.
Tags:
- Customer Account API
Support for market-aware auth URLs in Customer Account APIRead full post –>You can now pass locale and region_country parameters to the Customer Account API authorization endpoint to build market-aware login URLs in headless storefronts.
Tags:
- Action Required
- Admin GraphQL API
New APIs to read and write shipping options in delivery profileRead full post –>New APIs support multiple tiered rates for shipping options. Migrate to new fields to avoid issues. Legacy fields will be deprecated.
Tags:
- Tools
Manage dev previews on your dev store without leaving adminRead full post –>Shopify CLI 3.91 updates Dev Console to show all active dev previews, creator info, and last updates. Access preview links, QR codes, and clean up unused previews easily.
Tags:
- Admin GraphQL API
- 2026-04
Subscriptions APIs: Introduce SubscriptionBillingAttemptStateRead full post –>The GraphQL Admin API now includes
, replacing several fields with a discriminated union for better ergonomics and self-documentation.Tags:
- Payments Apps API
- 2026-04
New rejection reason codes and merchant message added toverificationSessionRejectmutationRead full post –>The Payments Apps API now supports new rejection codes and an optional merchant message, enhancing control over verification rejections with moredetailed reasons and custom feedback.
Tags:
- Action Required
- Admin GraphQL API
- Admin REST API
- Customer Account API
- Storefront GraphQL API
- 2026-04
JSON metafield values limited to 128KBRead full post –>JSON metafield values will be capped at 128KB beginning with API version 2026-04.
Tags:
- Tools
Improved app logs and monitoringRead full post –>Enhanced monitoring: 30-day webhook history, topic filtering, precise log time filters, multi-select options, and event counts improve debugging and visibility in the Dev Dashboard.
Tags:
- Tools
Use the Admin API and bulk operations in Shopify CLIRead full post –>Shopify CLI 3.90.1 adds commands for executing queries, mutations, and bulk operations, enhancing automation and data handling for developers using the Admin API.
Tags:
- Tools
The Dev Dashboard is now multi-lingualRead full post –>The Dev Dashboard now supports all Shopify admin languages, rendering in your preferred language for enhanced usability.
Tags:
- Platform
Shopify-account web component for storefrontsRead full post –>Skip reinventing customer account dropdowns. Use our new reusable web component to add consistent authentication flows and account navigation across surfaces.
Tags:
- Admin GraphQL API
- 2026-04
Remaining line items weight available for fulfillment ordersRead full post –>A new remainingLineItemsWeight field has been added to the FulfillmentOrder GraphQL type.
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:
- App Bridge
- POS Extensions
shopify.app.extensions() in App Bridge now supports POS UI extensionsRead full post –>The
shopify.app.extensions()method now supports Point of Sale UI extensions, enabling consistent data handling and easier onboarding for in-store app experiences.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:
- Shop Minis
Shop Minis January 2026 updateRead full post –>Shop Minis January 2026 updates: Delayed consent popup, curated Explore screen, CLI dashboard command, product list privacy controls, and UGC documentation
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:
- Themes
Increasing the app block limit to 30 for theme app extensionsRead full post –>You can now define up to 30 app blocks in your theme app extension, up from 25.
Tags:
- Admin Extensions
- 2026-01
Enhanced Discount Function configuration with Admin UI extensionsRead full post –>Admin UI extensions for Discount Functions can now interact with the selected discount method and manage discount classes.
Tags:
- Action Required
- POS Extensions
Ensuring POS UI extension stability by hardening callback handlingRead full post –>POS version 10.19.0 now displays an error page for unhandled callback errors. Developers must test callbacks to ensure all exceptions are properly handled and prevent merchant disruptions.
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:
- Customer Accounts
- 2026-01
Let buyers update subscription payment methods without leaving your extensionRead full post –>Subscription apps can now let buyers update their payment method in-context using the new Intents API for customer account extensions.
Tags:
- Platform
- Checkout UI
Checkout UI extensions now default to non-blocking behaviorRead full post –>Checkout UI extensions that support blocking will now default to non-blocking behavior. Merchants must explicitly activate blocking behavior.
Tags:
- Themes
Newarticle_listinput setting for themesRead full post –>Theme developers can now use the
setting type to let merchants select multiple blog articles for sections and blocks.Tags:
- Platform
- App Bridge
shopify.app.extensions() in App Bridge now supports Admin and Theme app extensionsRead full post –>The shopify.app.extensions() method now supports Admin and Storefront extensions, enabling comprehensive onboarding and dashboards across all app extension surfaces.
Tags:
- POS Extensions
- 2026-01
Localization support for POS UI extensionsRead full post –>Localize POS UI extensions with translation, currency, and pluralization support. Automatically resolve translations based on customer or shop locale for international merchants.
Tags:
- POS Extensions
- 2026-01
POS UI extensions can now use the device cameraRead full post –>POS version 10.19.0 introduces a Camera API for POS UI extensions, allowing access to the device camera for scanning IDs, capturing product photos, and attaching images in POS.
Tags:
- Tools
More control over app deploys in CI/CD pipelinesRead full post –>Shopify CLI 3.89 adds
--allow-updatesand--allow-deletesflags for safer app deployment control in CI/CD. Use--allow-updatesto avoid accidental data loss.Tags:
- Tools
Migrate metafields withshopify app import-custom-data-definitionsRead full post –>Shopify CLI v3.89 introduces
shopify app import-custom-data-definitionsfor migrating app metafield/metaobject definitions to TOML, ensuring consistent, version-controlled deployments.Tags:
- API
Deprecating shopify_y and shopify_s cookies for HydrogenRead full post –>We’re replacing two legacy tracking cookies. Most Hydrogen stores only need a version upgrade. Do this by April 30, 2026, to ensure reliable analytics attribution.
Tags:
- Action Required
- Shop Minis
Shop Minis development now requires Partner account permissionsRead full post –>Shop Minis CLI now requires "Manage apps" permission in Partner accounts for setup and submissions. Developers must request access from admins to avoid errors.
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:
- Themes
Stricter Liquid parsing for themes and theme app extensionsRead full post –>Shopify is enforcing stricter Liquid parsing for all themes to improve reliability and enable future Liquid improvements.
Tags:
- Action Required
- API
Standardization of Asset URL Version ParametersRead full post –>Asset URLs now use
for versioning. Update code parsing URLs to support this format, replacing assumptions about numeric-only query strings.Tags:
- Admin GraphQL API
- 2026-04
DeprecateddeliveryShippingOriginAssignmutationRead full post –>The deliveryShippingOriginAssign mutation is being deprecated.
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:
- 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
- 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
- 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:
- 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.