The ecommerce_integrations app currently uses the Shopify REST Admin API (version 2024-01) with API token authentication. Shopify has deprecated this approach and it is no longer possible to connect new Shopify sites. Existing setups may continue to work only during Shopify's grace period.
Background
Shopify has made the following breaking changes to their platform:
- The REST Admin API is officially a legacy API as of October 1, 2024
- Starting April 1, 2025, all new public apps must be built exclusively with the GraphQL Admin API
- New API credentials (private app tokens) can no longer be created for the old REST approach
- OAuth is now the required authentication mechanism for new integrations
The
ecommerce_integrationsapp currently uses the Shopify REST Admin API (version2024-01) with API token authentication. Shopify has deprecated this approach and it is no longer possible to connect new Shopify sites. Existing setups may continue to work only during Shopify's grace period.Background
Shopify has made the following breaking changes to their platform: