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
- POS Extensions
- 2026-04
New retail cash management capabilitiesRead full post –>Shopify POS now supports custom cash management with new GraphQL APIs and UI extensions. Features include shared cash drawers, enhanced financial data, reason codes, and bulk export capabilities.
Tags:
- Functions
- 2026-04
Add Prerequisites to Product Discount FunctionsRead full post –>Discount functions now support prerequisites for BXGY discounts, allowing developers to specify "Buy X" conditions.
Tags:
- Admin GraphQL API
- 2026-04
Add Tags to DiscountsRead full post –>API version 2026-04 introduces
tagsfor discounts, enabling efficient labeling and organization.Tags:
- Admin GraphQL API
- 2026-04
App-owned metaobjects can be used without access scopesRead full post –>App-owned metaobjects now require no access scopes, simplifying developer use. Ensure Admin API version 2026-04+ for this feature. Merchant-owned metaobjects still need specific scopes.
Tags:
- Admin GraphQL API
- 2026-07
Adding access field to StandardMetaobjectDefinitionTemplateRead full post –>Added
accessfield tofor visibility of access rules, aiding developers in planning API interactions and ensuring smooth integration.Tags:
- Admin Extensions
- Checkout UI
- Customer Accounts
- POS Extensions
- 2026-04
Removing outdated Polaris reference docsRead full post –>Polaris reference docs now align with Shopify's GraphQL versioning, supporting each stable version for 12 months. Only the last four versions will have published docs starting 2026-04.
Tags:
- Admin GraphQL API
- 2026-04
delegateAccessTokenCreatemutation now returnsexpiresInRead full post –>The
GraphQL mutation now returns anfield on thetype.Tags:
- Customer Account API
- 2026-04
Line item component information now available for draft orders on the Customer Account APIRead full post –>Adds a
componentsfield to. New optionalargument defaults to false, affecting line item hierarchy.Tags:
- Functions
- 2026-04
Metaobject access in Shopify FunctionsRead full post –>From GraphQL API v2026-04, Shopify Functions can access metaobject entries, enabling queries for structured data like tiered pricing and bundles using a handle or ID in input queries.
Tags:
- Admin GraphQL API
- 2026-04
Metafield translations now available via GraphQL Admin APIRead full post –>GraphQL Admin API now supports querying translated metafield values for any resource. Use the
translationsfield to retrieve localized content. Supports text-based metafield types.Tags:
- Functions
- 2026-04
Cart and checkout validation adds billing address and PO number error targetsRead full post –>API v2026-04 adds billing address and PO number validation in Cart/Checkout Functions, enabling compliance checks without client-side UI. Existing functions remain unaffected.
Tags:
- Admin GraphQL API
- 2026-04
Multi-channel support for sales channel appsRead full post –>Sales channel apps can now manage multiple connections within one app, each with distinct specs and accounts. New APIs support channel creation and management, enhancing flexibility and integration.
Tags:
- Admin GraphQL API
- 2026-07
Payment method identifier now required for customerPaymentMethodRemoteCreateRead full post –>As of API v2026-07,
requires a payment method ID for Stripe, Authorize.net, and Braintree. Update integrations to include these IDs.Tags:
- Admin GraphQL API
- Webhook
- 2026-04
Report Fulfillment Order progress with new fulfillmentOrderReportProgress GraphQL mutationRead full post –>API v2026-04 allows 3PLs and apps to report fulfillment order progress using
. Supports status notes for OPEN/IN_PROGRESS orders, enhancing merchant visibility.Tags:
- Admin GraphQL API
- 2026-04
Create subscriptions contracts without payment methodsRead full post –>In API
2026-04,is optional for subscription contract creation, easing migration of contracts with missing or expired payment methods to Shopify.Tags:
- Admin GraphQL API
- 2026-04
Create unpaid orders from subscription billing attemptsRead full post –>In API
2026-04,inallows creating unpaid orders without valid payment methods.Tags:
- Admin GraphQL API
- 2026-04
Identifier support added to the productUpdate mutationRead full post –>The productUpdate mutation now accepts an identifier argument for looking up products by id, handle, or customId.
Tags:
- Platform
Role-based access control and org management for partnersRead full post –>RBAC and a new organization structure for partner orgs. All stores in Dev Dashboard. Auto-migration starting March 30th - no action required.
Tags:
- Action Required
- Tools
The Shopify CLI app release--forceflag is deprecated and will be removedRead full post –>Shopify CLI will remove the
--forceflag in May 2026 to prevent accidental app extension deletions. Update CI/CD scripts to use--allow-updatesfor safer deployments.Tags:
- Platform
Updated handling of customer data erasure requests with recent ordersRead full post –>Customer data erasure requests will process 10 days after submission, regardless of last order date; gift card recipients remain pending until delivery.
Tags:
- Admin REST API
Removal of pre_tax_price from the Order REST Admin APIRead full post –>The
fields in REST Admin API are removed. Use GraphQL Admin API for order line item pricing. Avalara AvaTax 1.0 integration deprecated April 2025.Tags:
- Admin GraphQL API
- 2026-04
Adding barcode support to inventory shipments APIRead full post –>Version 2026-04 adds barcode support to inventory shipments, enabling faster receiving. New API fields and mutations allow assigning, setting, or clearing unique barcodes up to 255 characters.
Tags:
- Action Required
- Admin GraphQL API
- Admin REST API
Expiring offline access tokens required for new public apps as of April 1, 2026Read full post –>Starting April 1, new public apps must use expiring offline access tokens to improve security. This affects only public apps using the Admin API with non-expiring tokens, not merchant or custom apps.
Tags:
- Action Required
- Shopify App Store
Process refunds only through the original payment processor – Requirement updateRead full post –>Shopify apps must process refunds via the original payment processor. Use 'refundCreate' or 'returnProcess' for store credits to ensure secure, consistent handling within Shopify.
Tags:
- API
Admin intents now support SettingsRead full post –>Admin intents now support direct access to Shopify Settings pages via API calls, streamlining merchant navigation and enhancing app integration with specific settings like StoreDetails and Locations.
Tags:
- POS Extensions
POS UI extensions can now run without network accessRead full post –>POS UI extensions now run without network access. Enable by setting
. Requires POS v11.0+ and Shopify CLI v3.92+.Tags:
- Admin GraphQL API
- 2026-07
inventoryTransferDeleteaddsINVALID_STATEerror code for transfers with in-progress product importRead full post –>The
mutation returnserror in 2026-07 if a product import is in progress. Older versions lack this code but include context in themessagefield.Tags:
- Payments Apps API
- 2026-04
New rejection reason codes in Payments Apps APIRead full post –>Payments Apps API now offers detailed decline codes and a source field for rejected payments, aiding developers in providing precise feedback to merchants. RISKY code deprecated; use FRAUD_SUSPECTED.
Tags:
- Admin GraphQL API
- 2026-04
MakingfieldDefinitionsoptional inmetaobjectDefinitionCreateRead full post –>The
input argument of themutation will become optional in2026-04.Tags:
- Admin GraphQL API
- 2026-04
AddingcreatedAtandupdatedAtfields toMetaobjectDefinitionobjectsRead full post –>The
andfields will become available in API version2026-04Tags:
- Action Required
- Admin GraphQL API
- 2026-04
ShopifyQL returns fields deprecated and replaced with sales reversals fieldsRead full post –>Returns fields in analytics are deprecated and replaced with renamed versions (e.g., sales reversals) in API version 2026-04 to better reflect all order adjustments; update your queries before removal
Tags:
- Platform
- 2026-01
Checkout and Customer Account UI extensions available by default in new development shopsRead full post –>New development shops have access to checkout and customer account UI extensions by default. Existing shops remain unchanged.
Tags:
- Action Required
- Shopify App Store
Clearer standards for app listing imagesRead full post –>We’ve clarified the requirements for App Store listing images to provide more consistent guidance on what’s expected
Tags:
- Action Required
- Admin GraphQL API
- 2026-07
inventorySetScheduledChangesmutation is being removed with no replacementRead full post –>The
mutation is being removed with no replacement. Remove its usage to prevent disruptions. Considerfor immediate inventory updates.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:
- 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:
- 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.