Shopify Release Notes
569 release notes curated from 322 sources by the Releasebot Team. Last updated: Aug 11, 2026
Shopify Products
- Aug 10, 2026
- Date parsed from source:Aug 10, 2026
- First seen by Releasebot:Aug 11, 2026
Shop Campaigns performance data now available via ShopifyQL
Shopify Developers adds shop_campaign_insights in ShopifyQL, expanding analytics apps with Shop Campaigns performance data and new Analytics Web Components and Annotations API for richer merchant reporting and chart insights.
The shop_campaign_insights schema is now available in the ShopifyQL. Analytics and reporting apps can query Shop Campaigns performance data on behalf of authorized merchants using the existing shopifyql Query field with read_reports scope.
Available data
Campaign-level and segment-level metrics including ad spend, sales, orders, ROAS, average order value, and average customer acquisition cost. Data is available by campaign name, customer segment, and time dimensions from hourly to yearly in the merchant's shop timezone.
How to get started
Query shop_campaign_insights using the same shopifyql Query field you use for other ShopifyQL schemas. No new scopes or integration work required if you already query ShopifyQL.
- Schema reference: shop_campaign_insights
- Building with ShopifyQL
- ShopifyQL API reference
Also new: Analytics Web Components let you embed Shop Campaigns metrics directly in your app UI using with no data storage required. The Analytics Annotations API lets you create annotations on merchant analytics charts (e.g., "campaign started," "budget changed").
Original source - Aug 10, 2026
- Date parsed from source:Aug 10, 2026
- First seen by Releasebot:Aug 11, 2026
See Shop Campaigns performance in your analytics tools
Shopify adds Shop Campaigns performance data to its API for richer analytics and reporting across marketing channels.
Shop Campaigns performance data is now available through Shopify's API, so your analytics and reporting apps can surface campaign metrics alongside your other marketing channels.
Original source All of your release notes in one feed
Join Releasebot and get updates from Shopify and hundreds of other software products.
- Aug 6, 2026
- Date parsed from source:Aug 6, 2026
- First seen by Releasebot:Aug 7, 2026
Standard storefront events and actions now support cart attributes
Shopify Developers adds cart attribute updates to the standard Cart action and introduces a new shopify:cart:attributes-update event, giving apps immediate cart change awareness and rollback support when updates are declined.
The update Cart standard action now updates cart attributes, and a new
shopify:cart:attributes-updateevent fires whenever an attributes update is initiated.Before this, changing an attribute meant calling the Storefront API yourself, and nothing told your app when one changed. The action now handles attributes like any other cart update, and the event fires whether your app, the theme, or another app made the change. It carries the full new set of attributes and a promise for the result, so you can update your UI right away and roll it back if the cart declines the change.
Learn more in the event reference and the updated update Cart reference.
Original source - Aug 6, 2026
- Date parsed from source:Aug 6, 2026
- First seen by Releasebot:Aug 7, 2026
Collect WhatsApp marketing consent on Shopify Forms
Shopify adds WhatsApp marketing opt-ins on forms and targeted campaigns in WhatsApp.
Grow your WhatsApp subscriber list by capturing marketing opt-ins when customers complete a form, then send targeted campaigns directly on WhatsApp.
Original source - Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 6, 2026
WebMCP support for Liquid and Hydrogen storefronts
Shopify Developers introduces WebMCP tools for online stores, letting AI agents search catalogs, manage carts, and proceed to checkout in a shopper’s live tab session. The tools are live on Liquid storefronts and the Hydrogen developer preview with no setup required.
Online stores now expose WebMCP tools that AI agents can call. Agents can search your catalog, manage the shopper's cart, and go to checkout on the shopper's behalf, all in the tab they're looking at.
The tools work through WebMCP, a proposed web standard that lets a page register tools with the browser. Without it, agents have to read every page's code and simulate clicks, which is slow and error-prone. The tools are live today on every Liquid storefront and on the Hydrogen developer preview. There's nothing to install or configure.
Everything an agent does happens on the shopper's live session. Cart tools call the same standard storefront actions that apps use, so if your theme opens a cart drawer on updates, agents trigger it too.
Here's what agents can call:
- Catalog: search_catalog, browse_store, get_product, and show_variant
- Cart: get_cart, update_cart, and cancel_cart
- Checkout and orders: proceed_to_checkout and manage_orders
- Other content: search_shop_policies_and_faqs
WebMCP is still an emerging standard, and agent support is currently limited to Chromium-based browsers through an origin trial. Shopify is helping shape the specification alongside Google and Microsoft.
Learn more in the WebMCP docs. If you're building your own agent, see Build commerce agents.
Original source Similar to Shopify with recent updates:
- Perplexity release notes29 release notes · Latest Jul 27, 2026
- Notion release notes163 release notes · Latest Aug 7, 2026
- xAI release notes205 release notes · Latest Aug 7, 2026
- Anthropic release notes745 release notes · Latest Aug 11, 2026
- Obsidian release notes102 release notes · Latest Aug 7, 2026
- Canva release notes41 release notes · Latest Jun 24, 2026
- Aug 4, 2026
- Date parsed from source:Aug 4, 2026
- First seen by Releasebot:Aug 4, 2026
Microsoft Advertising now available in Campaign Autopilot
Shopify adds Microsoft Advertising support for Campaign Autopilot across Bing Search, Copilot, Edge, Outlook and partner sites.
Campaign Autopilot can now run ads on Microsoft Advertising, including Bing Search, Copilot, Microsoft Edge, Outlook, partner sites and more.
Original source - Aug 3, 2026
- Date parsed from source:Aug 3, 2026
- First seen by Releasebot:Aug 6, 2026
The orderCreate mutation now supports multiple tracking numbers for each fulfillment
Shopify Developers adds a trackingNumbers field to OrderCreateFulfillmentInput, making it easier to import orders with multiple package tracking numbers in one step. The update lets developers include all tracking info upfront and keeps existing integrations working as expected.
We’ve added a trackingNumbers field to OrderCreateFulfillmentInput, so you can attach multiple tracking numbers to a fulfillment when importing orders.
If you use the orderCreate mutation to import orders that ship in more than one package, you no longer need to update the fulfillment after creation to add additional tracking numbers. Instead, you can include all tracking numbers upfront when you create the order.
Use the trackingNumbers field to pass an array of tracking number strings, for example:
trackingNumbers: ["1Z999AA10123456784", "1Z999AA10123456785"]The trackingCompany value you provide applies to every tracking number in the array. This behavior is consistent with how FulfillmentTrackingInput already works on the fulfillmentCreate mutation.
If you provide both the singular trackingNumber and the plural trackingNumbers, the singular value takes precedence. In that case, the value of trackingNumber is used and trackingNumbers is ignored. This ensures that your existing integrations continue to work without any changes.
This field is available starting in API version 2026-10.
Learn more
- orderCreate mutation reference
- OrderCreateFulfillmentInput
- Manage fulfillments
- Aug 3, 2026
- Date parsed from source:Aug 3, 2026
- First seen by Releasebot:Aug 4, 2026
Oxygen is now available on development stores
Shopify Developers now lets dev stores deploy Hydrogen storefronts to Oxygen, expanding hosting access.
You can now deploy Hydrogen storefronts to Oxygen from dev stores. Previously, Oxygen hosting required a paid plan.
Note that development stores don't include public environments, so deployment URLs always require a store login.
Learn more about supported plans.
Original source - Aug 1, 2026
- Date parsed from source:Aug 1, 2026
- First seen by Releasebot:Aug 2, 2026
Updated Built for Shopify requirements for Fulfillment services apps
Shopify Developers updates Built for Shopify requirements for fulfillment services apps, adjusting completion and response thresholds to better match real-world operations and help more high-quality apps qualify.
We've updated three Built for Shopify requirements for Fulfillment services apps. The updated thresholds better reflect how fulfillment operations run in practice, making Built for Shopify achievable for more high-quality fulfillment apps. No action is required.
What changed
- 5.8.2 Complete fulfillment orders: adjusted the required completion rate for assigned fulfillment orders.
- 5.8.6 Respond to fulfillment requests: extended the response window and adjusted the required response rate.
- 5.8.7 Respond to cancellation requests: extended the response window.
How these criteria are measured is otherwise unchanged. The requirements page linked above lists the current thresholds.
Who's affected
Apps in the Fulfillment services category, such as third-party logistics and warehousing apps, that hold or are working toward Built for Shopify status. Apps in other categories aren't affected, and no other Built for Shopify requirements have changed.
What to do
No action is required. Built for Shopify status is evaluated automatically against these criteria. If your fulfillment app previously fell short of these requirements, you may now qualify.
Related docs
- Build for fulfillment services
- Built for Shopify overview
- Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 2, 2026
New fields for cash management activities and drawers in POS
Shopify Developers adds new GraphQL Admin API cash management fields, giving merchants more visibility into cash drawer balances and cash count activity details for opening and closing counts.
New fields are now available on cash management resources in the GraphQL Admin API, providing more detail about cash drawer balances and cash count activities.
What's new
Cash Drawer balance
The Cash Drawer object now exposes the current drawer balance directly:
Field | Description
balance | The current balance in the cash drawer, returned as a Money V2 value.Cash count activity details
Cash Count Activity now includes additional context about opening and closing counts:
Field | Description
note | A note associated with the activity, such as a comment left by staff during a cash count.
reason Code | The reason code for the activity, connecting counts to merchant-defined categorization.Learn more
- New retail cash management capabilities (2026-04)
- Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 1, 2026
Hydrogen developer preview update: July 30, 2026
Shopify Developers adds new Hydrogen developer preview capabilities for building storefronts, including Vue bindings, GraphQL TypeScript tooling, Shopify Scripts analytics and consent setup, Shopify Inbox support, and Suspense cart reads to keep React storefronts fast and cacheable.
The Hydrogen developer preview adds new capabilities to the toolkit and extends the ways developers can build Shopify storefronts:
- Vue bindings: Build your storefront in Vue with the same Hydrogen APIs you know from React, through the new @shopify/hydrogen/vue entrypoint.
- GraphQL TypeScript tooling: Query autocomplete and type checking for both Shopify APIs now ship with the package.
- Analytics and consent through ShopifyScripts: Storefront analytics and consent management now set up with the rest of your Shopify scripts, including support for Shopify's privacy banner.
- Shopify Inbox support: Shoppers can chat with your store's AI agent and get handed off to your staff, right from your Hydrogen storefront.
- Suspense cart reads in React: The cart can stream in after the page renders, so your app shell stays fast and cacheable.
To get started, visit the Hydrogen developer preview documentation. For a detailed breakdown of this release, read the full release notes.
Original source - Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Aug 1, 2026
The shopify-account component for customer accounts is now a Theme Store requirement
Shopify Developers adds the shopify-account component for storefront sign-in and account management, with passwordless, social, and Sign in with Shop support. New and updated Theme Store themes must include it, while legacy customer accounts are deprecated.
In February 2026, we introduced the shopify-account component, which lets customers sign in and manage their account directly on the storefront. It supports passwordless sign-in, automatic Sign in with Shop recognition, and social sign-in providers. Once signed in, customers can reach their account pages from the account menu.
As of today, all new themes and updates to existing themes submitted to the Shopify Theme Store must include the component in their header, visible on both desktop and mobile, so customers get a consistent experience on any device.
Additionally, legacy customer accounts have been deprecated, and themes are no longer required to include legacy customer account template files.
Learn more:
- shopify-account component developer docs
- Theme store requirements — features
- Legacy customer accounts are deprecated
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Jul 31, 2026
Merchants now see partner details on collaborator requests
Shopify Developers adds more merchant context to new collaborator requests, showing partner organization details in Shopify admin and email. Merchants can now see how long the org has been on Shopify, registration and request countries, and an active collaboration range to help review access with confidence.
What changed
Collaborator access is built on trust. When a merchant approves a request, they're giving a partner access to a live store — and merchants need enough context to make that decision with confidence. Building on identity verification for partners, merchants now see details about your partner organization on every new collaborator request. Here's what partners need to know.
When you send a collaborator request, merchants will see details about your partner organization directly in the request — both in the Shopify admin and in the collaborator request email. These details include:
- How long your partner organization has been on Shopify
- The country where your partner account was registered
- The country the request was sent from
- An approximate range of merchant stores your organization is actively collaborating with
These details are generated automatically from your partner organization's account and activity — there's nothing to fill out, configure, or maintain. The active collaborations count only includes merchant stores on a paid plan, so development stores don't affect it.
If your organization is newer to Shopify, merchants will see that too. That’s not a penalty — it’s context. Every partner starts somewhere, and a clear, specific request goes a long way while your track record is still growing.
This change only applies to new collaborator requests. Requests that merchants have already accepted aren't affected.
Why this matters
Previously, merchants reviewing a collaborator request had little to go on beyond the partner's name and message. Some bad actors are trying to exploit that gap and social-engineer their way into real merchant stores using collaborator accounts. That hurts merchants directly, and it creates an uneven playing field for partners who do great work.
Showing verifiable details on every request gives merchants meaningful signal before they grant access — and lets your track record speak for itself.
What to do
Nothing is required to enable this feature — these details appear automatically, and there's nothing to fill out or maintain. However, as you send collaborator requests, the following practices will help merchants say yes with confidence:
- Complete identity verification in your Dev Dashboard if you haven't already. Learn more here.
- Write a clear, specific request that explains who you are, what you'll be working on, and why you need access.
- Request only the permissions you need. Narrow, well-scoped requests are easier for merchants to review and approve.
Collaborator requests should be an easy yes for merchants working with trustworthy partners. These changes are designed to help you demonstrate that trust and make approvals more straightforward.
Related docs
- Collaborator requests: Information shared with merchants
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Jul 31, 2026
createdAt is now available on the Customer object in Shopify Functions
Shopify Developers adds a `createdAt` field to the Customer object in Shopify Functions API 2026-10, giving Functions access to when a customer account was created for custom logic. The update is additive and supports signed-in buyers while preserving guest buyer handling.
Shopify Functions API version
2026-10adds acreatedAtfield to theCustomerobject. You can now use the date and time a customer account was created in Function logic. This is an additive change; no action is required for existing Functions.What changed
The
Customerobject now exposescreatedAt, which returns the date and time when the customer account was created. This lets you build customizations based on when a customer joined.To use
createdAt, request it from the customer onCart.buyerIdentityin the Function input query:query Input { cart { buyerIdentity { customer { createdAt } } } }The customer is available only when the buyer is signed in. Functions should continue to handle guest buyers, where
buyerIdentityorcustomermight benullor omitted.Earlier Shopify Functions API versions are unchanged. To use the new field:
- Update the Function to API version
2026-10. - Add
createdAtto the Function’s input query. - Test with both signed-in and guest buyers.
Related docs
- Shopify Functions API reference
- Shopify Functions input queries
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Jul 31, 2026
Updating an order's shipping address now recalculates taxes
Shopify Developers now supports recalculating taxes when a shipping address is changed on an unfulfilled order through the Admin GraphQL Update mutation, keeping totals aligned with the destination and notifying orders/edited webhook subscribers when recalculation occurs.
As of August 31, 2026, changing the shipping address on an unfulfilled order through the order Update GraphQL mutation recalculates the order's taxes against the new destination. Previously, order Update saved the new address but left the original tax lines unchanged, so the order's totals no longer matched the destination it was shipping to.
Why it matters
The order's financial data is now corrected as part of the update, now totals stay accurate to the shipping destination. After updating a shipping address, query the order to read the updated tax Lines, total Tax Set, and totals, as you would for any other order edit. You don't need to make any changes to adopt this.
How it works
This change applies to all Admin GraphQL API versions. Taxes are recalculated only when the change is safe to apply, not on every address update. The address change always succeeds; only the tax recalculation is conditional.
Taxes aren't recalculated when:
- The order is partially fulfilled: On entirely unfulfilled orders, taxes are recalculated. On partially fulfilled orders, the address is saved but taxes are left unchanged, because some units have already shipped to the original destination, and recalculating the whole order against the new address would apply the new destination's tax to units that didn't ship there, producing totals that don't match what was actually fulfilled.
- The order can't be edited: Recalculation runs through order editing, so the same order-editing considerations apply. When an order isn't eligible for editing, the address is saved but taxes aren't recalculated.
Subscribers to the orders/edited webhook receive a notification when an address change results in a tax recalculation.
To learn more, see the order Update mutation.
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.