Skip to main content

Shopify: company relink required

ยท 2 min read
David Coplowe
Product Owner, Client Experience

On February 1, 2025, Shopify will migrate all app partners to the latest version of the Shopify API. As a result, Codat companies with existing Shopify connections need to be relinked.

As described in Shopify's 2024-10 release notes, all app partners are required to adopt a new API scope. Otherwise, app partners won'be able to access Shopify's location information from February 1, 2025.

For Codat clients, this change affects existing connections of Codat companies and impacts the following Codat data types:

Data typeImpact
commerce-locationsWill not be populated.
commerce-orderThe country property may default to XXX.
commerce-companyInfoThe addresses and phoneNumbers arrays may have fewer entries.
commerce-productThe variants[].inventory property will be empty.

Action requiredโ€‹

To prevent service disruptions and continue accessing impacted data types, contact the users of your Shopify app and prompt them to relink their Shopify account after February 1, 2025.

To relink, provide affected users with the linkUrl of their Shopify connection from the dataConnections array in their Codat company. Retrieve this information using the List companies endpoint, which returns an array of companies and their associated data connections. To only return companies with Shopify connections, use the following query:

dataConnections.platformName~Shopify

If you're using Codat's embedded Connection Management UI, direct the affected users to the interface to re-authenticate their connection.

Expected impact if no action is takenโ€‹

If your existing Shopify app customers don't relink their accounts after February 1, 2025, you may see disruptions to the following data types:

Data typeImpact
commerce-LocationsWill not be populated.
orderThe country property may default to XXX.
commerce-CompanyInfoThe addresses and phoneNumbers arrays may have fewer entries.
productThe variants[].inventory property will be empty.