What You Need to Know
The checkout_and_accounts_configurations/update webhook, originally launched in Shopify API version 2025-04, is set to be deprecated on January 1, 2026. This webhook was designed to track updates to checkout and account configurations, but it will no longer be supported after this date.
Action Required
If your app is currently subscribed to the checkout_and_accounts_configurations/update webhook, you must unsubscribe from it before the removal deadline.
Alternative Solution
To help you continue tracking checkout and account-related updates, we recommend using the Admin API checkoutProfiles query instead. This query includes the typOspPagesActive boolean field, which allows you to retrieve the same relevant data.
Why Is This Change Happening?
Shopify is making this adjustment to simplify the developer experience and align integrations with community feedback. By consolidating functionalities into the Admin API, managing these configurations becomes more efficient.
Get Support and Learn More
- Review the Shopify Admin API Documentation for detailed guidance on the
checkoutProfilesquery. - If you have concerns or need assistance, reach out to Shopify Developer Support.
Preparing your app in advance will ensure a smooth transition and uninterrupted functionality for your users.