Shopify Release Notes
414 release notes curated from 230 sources by the Releasebot Team. Last updated: May 13, 2026
Shopify Products
- May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 13, 2026
The Storefront API's Cart object now exposes warnings for unavailable delivery options
Shopify Developers adds Cart warnings in the GraphQL Storefront API so apps can detect when a buyer’s selected delivery option is no longer available and prompt them to confirm or choose a new one.
As of version 2026-07 of the GraphQL Storefront API, the Cart object issues a warning when a buyer's selected delivery option becomes unavailable.
Previously, if a buyer's chosen delivery option was no longer available (for example, after changes to the cart's address or contents) the system would automatically switch to a different option without notifying the buyer. This lack of notification made it challenging for developers to inform buyers of the change.
Now, with the introduction of the DELIVERY_SELECTED_OPTION_NOT_AVAILABLE value in the Cart Warning, developers can programmatically detect when a selected delivery option is unavailable. This allows you to prompt buyers to confirm or choose a new delivery option, ensuring they are aware of any changes.
Original source - May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 13, 2026
Checkout And Accounts Configuration API for unified branding across checkout, customer accounts, and sign-in
Shopify Developers adds the Checkout And Accounts Configuration API for consistent branding across checkout, customer accounts, and sign-in. It consolidates checkout and account branding settings, adds surface-specific overrides, direct color controls, and per-market customization for Shopify Plus merchants.
As of API version 2026-04, the new Checkout And Accounts Configuration API is now available to unlock consistent branding customizations across checkout, customer accounts, and sign-in surfaces. This API is exclusively available to Shopify Plus merchants.
This new API replaces the Checkout Profile API and Checkout Branding API (both are now deprecated). All capabilities to customize settings and branding for checkout, and customer accounts, and sign-in are now consolidated into one single API.
What you can do:
Shared branding settings: Use shared designTokens and components to set branding once and apply consistently across checkout, customer accounts, and sign-in pages. Section styles (padding, shadows, colors, borders, and border radius) previously available for checkout only can now be applied to customer account pages.
Surface-specific overrides: Apply targeted overrides under surfaces.checkout, surfaces.customerAccounts, and surfaces.signIn for logos, colors, and section styles.
Direct color settings: Set color using HEX values or palette colors directly on sections like main, header, and orderSummary — no more mapping through a limited number of color schemes. Save your brand colors to an editable color palette of up to 20 colors and reference anywhere you make a color selection. Update a palette color, and it changes everywhere it is referenced.
Customize branding per market: Customize your pages for each market with unique branding settings.
View developer documentation for more detail.
Original source All of your release notes in one feed
Join Releasebot and get updates from Shopify and hundreds of other software products.
- May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 13, 2026
Polaris web components migration guides now available for Checkout and Customer Account UI extensions
Shopify Developers adds new migration guides for Checkout and Customer Account UI extensions, helping developers move to the latest API version, Polaris web components, and cart metafields with detailed component-by-component guidance.
We’ve published new migration guides to help you upgrade Checkout and Customer Account UI extensions to the latest API version and Polaris web components.
The new guides include:
- Guidance for moving from React or JavaScript extension APIs to Preact, Polaris web components, and the global shopify object.
- More than 60 component-specific migration pages, covering components such as Button, Checkbox, Text Field, Banner and View for Checkout and Customer Account UI extensions.
- Instructions for migrating checkout metafields to cart metafields
If your extension uses an API version earlier than 2025-10, use these guides to adopt Polaris web components, which are the default in API version 2025-10 and later.
Start with:
- Checkout UI extensions migration guide
- Customer Account UI extensions migration guide
- May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 13, 2026
App Events: See app usage and performance data in your Dev Dashboard
Shopify Developers adds the App Events API, letting apps send custom events to Shopify, view them in Dev Dashboard Logs, and optionally turn events into usage-based billing with meters and invoicing handled by Shopify.
The App Events API lets you send any event from your app to Shopify. App event data appears in your Dev Dashboard Logs alongside webhooks, Function executions, and API calls.
How it works:
Send app events to a single API endpoint: Define the event_handle and attributes you want to track and send them to the App Events API, including:
- Feature usage: bulk_edit_completed, report_generated, automation_created
- Workflows: onboarding_completed, campaign_sent, export_finished
- Performance: sync_failed, api_timeout, rate_limit_hit
- Conversion signals: limit_hit, premium_viewed, milestone_achieved
- Billable activities: order_processed, email_sent, label_printed
View events in Dev Dashboard: All app events flow into Dev Dashboard Logs automatically for monitoring, alongside data Shopify provides about your app, i.e: Webhooks, Functions executions, and API calls.
Optional: Turn app events into billing: On Shopify App Pricing, any app event can become a usage-based charge. Define a meter in the Partner Dashboard, match it to an event_handle, and Shopify handles metering and invoicing. No additional code required.
App Events is available now for all apps, regardless of billing method.
Original source - May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 13, 2026
Shopify App Pricing: charge for usage, recurring subscriptions, or both
Shopify Developers introduces Shopify App Pricing as the new default billing solution, bringing subscriptions, usage-based charges, and combined models to app billing. It also adds App Events API support, new subscription APIs, and clearer billing details in the Shopify admin.
What's new:
Managed Pricing is now Shopify App Pricing
Shopify App Pricing replaces Managed Pricing as Shopify’s default billing solution that gets configured during app submission in the Partner Dashboard. Apps previously on Managed Pricing will now see “Shopify App Pricing” as their selected billing solution.
Usage-based billing now possible with App Events API
Charge based on merchant usage using the App Events API. Send events from your app, define meters in the Partner Dashboard, and Shopify handles aggregation, calculation, and invoicing. Three pricing structures supported: fixed, graduated, and volume. Supports negative reporting for automatic charge corrections.
New APIs make billing data more accurate
Active Subscription API: Real-time subscription status (active, pending, cancelled, frozen) that persists beyond uninstall
Historical API: Full event log of installs, uninstalls, subscription changes, charges, credits, and usageTransparent billing in the admin
Merchants see a billing card on the app settings page in the Shopify admin that displays their current plan, subscription status, usage charges, and upcoming pricing changes — including downgrades. This is the same information surfaced through the Active Subscription API.
Billing API marked as legacy
The Billing API continues to function but is now legacy. All apps should use Shopify App Pricing going forward.
What this means for your billing:
- Apps with no active charges: Shopify App Pricing is the default. Configure pricing during app submission. [Learn more]
- Existing apps with active charges on Managed Pricing or Billing API: Your current billing continues without changes. Migration tooling will be available soon to support the transition to Shopify App Pricing. Learn more.
App Events API:
Available now for all apps. Read the dev docs to get started.
Original source - May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 12, 2026
New PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION warning code in the Storefront API Cart
Shopify Developers adds Storefront API cart warnings for unavailable products in a buyer's location.
Starting with the 2026-07 version of the Storefront API, the Cart emits a PRODUCT_UNAVAILABLE_IN_BUYER_LOCATION warning when a cart line contains a product that isn't available in the buyer's location.
Each affected cart line returns its own warning. The warning's target is set to the Cart Line ID so you can map it back to the line in your UI.
For background on cart warnings and an example of handling them, refer to our docs on cart warnings.
Original source - May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 12, 2026
Admin GraphQL API
Shopify Developers adds a cartToken field to the Order object in the GraphQL Admin API.
New cartToken field added to the Order object
The cartToken field is now available on the GraphQL Admin API's Order object. This field returns the token associated with the cart that was used to create the order, matching the existing cart_token field in the REST Admin API.
Original source - May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 12, 2026
All Shopify Payments payment methods now available in Shop Pay checkout.
Shopify adds more local and regional payment methods in Shop Pay through Shopify Payments, with rollout by market.
Buyers can use additional local and regional payment methods from Shopify Payments inside Shop Pay, with rollout by market.
Original source - May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 12, 2026
Simpler inventory transfers
Shopify speeds up inventory transfers with direct transit tracking and a redesigned transfer page.
Transferring inventory between locations is now faster. Skip shipment creation, go straight to transit, and track progress on a redesigned transfer page.
Original source - May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
Print packing slips for inventory transfers
Shopify adds packing slip printing for outgoing inventory transfers in Shopify POS for clear shipped-item manifests.
Staff can now print packing slips for outgoing inventory transfers in Shopify POS, providing a clear printed manifest of items being shipped from one location to another.
Original source - May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
A new home for Agentic Storefronts in your admin
Shopify expands AI channel insights to track sales and improve product data across ChatGPT and Microsoft Copilot.
Understand your presence across AI channels like ChatGPT and Microsoft Copilot, track sales, and improve product data.
Original source - May 11, 2026
- Date parsed from source:May 11, 2026
- First seen by Releasebot:May 11, 2026
Sell gift cards in your customers' local currency
Shopify lets multi-market merchants sell and issue gift cards in any operating currency.
Merchants selling to multiple markets from a single shop can now sell and issue gift cards in any currency they operate it, not just the shop's primary currency.
Original source - May 9, 2026
- Date parsed from source:May 9, 2026
- First seen by Releasebot:May 10, 2026
Flow: New action to get analytics data using ShopifyQL
Shopify adds ShopifyQL-powered sales, sessions, and inventory workflows that act automatically with no external requests.
Pull sales, sessions, and inventory data into your workflows using ShopifyQL and act on it automatically. No external tools or http requests required.
Original source - May 8, 2026
- Date parsed from source:May 8, 2026
- First seen by Releasebot:May 9, 2026
Collect marketing consent on the account component
Shopify adds email marketing opt-in to storefront account sign-in.
Customers can now opt in to email marketing while signing in through the account component on your storefront
Original source - May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 9, 2026
Benchmark Comparisons in Analytics will be removed on May 19th
Shopify removes the Compare to Benchmarks toggle from Analytics reports on May 19, 2026.
The Compare to Benchmarks toggle will be removed from Shopify Analytics reports on May 19, 2026.
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to Shopify with recent updates:
- Perplexity release notes24 release notes · Latest May 11, 2026
- Anthropic release notes559 release notes · Latest May 13, 2026
- Notion release notes126 release notes · Latest May 12, 2026
- xAI release notes69 release notes · Latest May 6, 2026
- OpenAI release notes649 release notes · Latest May 12, 2026
- Obsidian release notes84 release notes · Latest Mar 23, 2026