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.
RSS Updates- ThemesPassing parameters to static blocksRead full post –>
You can now pass arbitrary parameters to static blocks.
- ThemesRecommend theme blocks in the block pickerRead full post –>
You can now recommend specific theme blocks in the block picker.
- Action RequiredAdmin GraphQL API2025-07Deprecation 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.
- Admin GraphQL API2025-07Filter articles by titleRead full post –>
Adds a
title
filter to thearticles
Admin API query. - PlatformThe Summer '25 Edition is hereRead full post –>
150+ new features, good vibes
- APIHydrogen May 2025 ReleaseRead full post –>
The latest version of Hydrogen, 2025.5.0 is out today. With this release, Hydrogen is upgrading from Remix 2 to React Router 7. Follow the upgrade guide shared in our Hydrogen May 2025 release blog...
- APIShopify CatalogRead full post –>
Select apps and AI agents can access Shopify’s global product catalog to surface detailed product information including pricing, options, and availability in real-time.
- Shopify App StoreImproved app recommendations and listing highlights for large merchantsRead full post –>
We’ve improved the recommendation algorithm for large merchants to better surface apps installed and liked by similar-sized businesses.
In addition to where personalized results are currently...
- Shopify App StoreImprovements to Japanese, Chinese, Korean, and Thai language search on the Shopify App StoreRead full post –>
We've optimized Shopify App Store search for Japanese, Chinese, Korean, and Thai, allowing global merchants to discover apps faster and easier. Updates include:
- Better synonym and character...
- ThemesJavaScript and stylesheet tags in snippetsRead full post –>
{% stylesheet %}
and{% javascript %}
tags now work in snippets - API[Cart AJAX API] Discounts support on
/cart/update.js
Read full post –>Cart AJAX API now supports adding/removing discounts via the
discount
parameter in.
- ThemesCategories for Section and Block PresetsRead full post –>
Group similar section and block presets using the new
category
property. - Action RequiredAdmin GraphQL API2025-07Uncapped counts in GraphQLRead full post –>
GraphQL count APIs now return uncapped results with
limit=null
. All APIs standardized;limit
defaults to10000
, introducing a breaking change. - FunctionsShopify Functions can execute up to 25 functions in a single batchRead full post –>
Shopify Functions now supports 25 active functions per API, up from 5, enabling developers to better organize logic for payments, delivery, and cart and checkout validations.
- Built for ShopifySimplified BFS design requirementsRead full post –>
Starting June 1st, 2025, apps must meet the simplified BFS design requirements when submitting for review/renewal to be eligible for the BFS program.
- ToolsEarly access: Unified Development StoresRead full post –>
Create dev stores for any plan, including Plus, via the new Dev Dashboard. Access all stores in one interface, free of charge, for accurate testing of production features and restrictions.
- Tools2025-07Early access: Declarative Custom Data DefinitionsRead full post –>
Declarative data definitions in TOML streamline metafield management, enable atomic updates, and ensure app-scoped limits, enhancing Shopify app development and migration efficiency.
- ThemesBlock previews are now available in theme editorRead full post –>
In the theme editor, block presets now have automatic visual previews in the picker.
- Admin GraphQL APIEdit line items with subscriptions and preorders prior to fulfilling an orderRead full post –>
The Order Edit API allows you to edit line items containing selling plans before an order ships.
- ToolsLocalhost-based development for
shopify app dev
Read full post –>Serve your app on localhost with a self-signed HTTPS certificate using Shopify CLI.
- Customer AccountsCustomerPrivacy API & footer extension target now available for Customer Account extensionsRead full post –>
Use the CustomerPrivacy API to interact with customer privacy settings on customer account pages, including the Order status page.
- ThemesLiquidDoc for snippets and blocksRead full post –>
LiquidDoc enhances Liquid snippets and blocks with structured docs, input parameters, and examples. It integrates with theme checks for error prevention, streamlining theme development.
- ThemesSkeleton theme is now availableRead full post –>
The Skeleton theme offers a minimal, modular Shopify template aligned with best practices for quick developer setup.
- ToolsEarly access: Dev DashboardRead full post –>
The Dev Dashboard offers unified app management, enhanced development stores, and improved app versioning, streamlining workflows and ensuring apps are up-to-date and scalable.
- FunctionsShopify Functions WebAssembly query APIRead full post –>
Shopify Functions now support a WebAssembly query API for faster, efficient functions. Deserialize data on-demand and pay only for the fields you use.
- PlatformFlow: Improved Send HTTP request action enables secure connections and returns data to the workflowRead full post –>
Shopify Flow has an improved Send HTTP request action that supports a broader range of integrations with external services by securely storing secrets and returning data to subsequent workflow steps.
- ToolsEarly access: The re-engineered
shopify app dev
Read full post –>Early access: The
shopify app dev
command now allows you to build and test your complete app code and configuration in an isolated environment, without deploying. - FunctionsShopify Functions support in Dev Assistant and the shopify.dev MCP serverRead full post –>
We've aded Shopify Functions support to the Dev Assistant and our MCP server, enabling AI-driven code generation, JavaScript-to-Rust code conversion, and Function API guidance.
- FunctionsNew reference documentation for Shopify Function APIsRead full post –>
New reference documentation for the Shopify Function APIs offer end-to-end examples, interactive GraphQL exploration, visual diagrams, and performance metrics.
- Functions2025-07POS-specific Shopify Function logicRead full post –>
The new retailLocation field in Function APIs enables context-aware logic for Shopify POS, allowing location-based discounts and store-specific rules.
- ThemesConditional settings in the theme editorRead full post –>
The
Liquid property lets you hide irrelevant theme settings in the Theme Editor.
- APIThe Shopify.dev MCP server now supports Polaris web componentsRead full post –>
Polaris web component support is now in early access on Shopify Dev MCP.
- ToolsPolaris unified web components are now available (early access)Read full post –>
Polaris is now a unified, smaller, faster, framework-agnostic web component toolkit for Shopify, accessible via CDN, enhancing development across Admin, Checkout, and Customer Accounts.
- Shopify App StoreAdmin GraphQL APIApps now permitted to issue refunds to store creditRead full post –>
Starting May 20, 2025, apps can refund to store credit regardless of original payment. Store credit is visible in customer profiles and accessible via GraphQL Admin API.
- Admin GraphQL APIRefund to Store CreditRead full post –>
You can now allocate refunds as new store credit alongside original payment methods. Requires new customer accounts and customer-associated orders.
- Admin GraphQL API2025-07New GraphQL API for Draft Order Delivery Options for DevelopersRead full post –>
New API endpoint retrieves delivery options for draft orders, including shipping rates and local pickup, with pagination. Requires read_draft_orders access scope. Replaces legacy field.
- PlatformHydrogen April 2025 ReleaseRead full post –>
Hydrogen v2025.4.0 updates SFAPI, fixes internationalization and cart issues, improves logout handling, deprecates
, and refactors ProductItem component.
- Action RequiredAdmin GraphQL APIPublic access for app owned metafields and metaobjects is now disabledRead full post –>
Metafields access is changing:
access is removed, now set to
. Migrate to a custom namespace if other apps need read access.
- Action RequiredShopify Theme StoreUpdated Shopify Theme Store Requirements and Submission Process – Effective May 15, 2025Read full post –>
Shopify themes must meet new requirements for submitting and updating theme listings, starting May 15, 2025.
- Shopify App StoreArchiving outdated, unhelpful, and untrusted reviews on the Shopify App StoreRead full post –>
To increase the trustworthiness of the Shopify App Store, we’re archiving a significant number of outdated, unhelpful, and untrusted reviews.
- Storefront GraphQL API2025-07New Storefront API CartErrorCode: BUYER_CANNOT_PURCHASE_FOR_COMPANY_LOCATIONRead full post –>
Adds
error code to
.
- LiquidStore credit account balance now available in LiquidRead full post –>
Display customer store credit on storefront using the new
object via
.
- Action RequiredAdmin GraphQL APIFunctionsStorefront GraphQL APIDeprecating
gates
types and fields across the GraphQL Admin, Storefront, and Functions APIsRead full post –>Shopify is retiring
gates
types and fields in favour of metafields and metaobjects for better custom data management across Admin, Storefront, and Functions APIs. - ToolsPost-purchase extension development without Chrome extensionRead full post –>
Develop and test post-purchase checkout extensions directly via
shopify app dev
, eliminating the need for a Chrome extension, streamlining workflow and enhancing extension development consistency. - Admin GraphQL API2025-07Deprecation of
draftOrderCreateMerchantCheckout
mutationRead full post –>API version 2025-07 deprecates the
mutation.
- Admin GraphQL API2025-07Shop Component: Shop Pay Payment Request Receipt queriesRead full post –>
Shopify's GraphQL now supports retrieving Shop Pay payment details using
or receipt token, streamlining workflows for merchants using Shop Component.
- Shopify App StoreMore automated checks for app review pre-submission pageRead full post –>
We’ve added new automated checks to the Shopify App Store review process to help you prepare your app for submission, provide faster feedback, and prevent common errors.
- Payments Apps API2025-07Display modals after purchaseRead full post –>
Display a modal after purchase with the new
mutation.
- Shopify App StoreUpdate to Shopify’s app developer revenue shareRead full post –>
Developers will continue to enjoy a revshare exemption on the first $1 million USD of lifetime revenue, and a 15% share on amounts above that.
- Action RequiredShopify App StorePayment apps can no longer be embedded in the Shopify adminRead full post –>
Starting April 29, 2025, payment apps can no longer be embedded in the Shopify admin.