shopify_api_version_expired
The Admin API version this connector speaks to the shop with is no longer supported. Shopify does not return an error when that happens: it serves the oldest stable version with a 200, so the breakage shows up as fields quietly missing from the response.
| Code | Type | HTTP | Category |
|---|---|---|---|
shopify_api_version_expired | api_error | 500 | Integration |
Cause
The Admin API version this connector speaks to the shop with is no longer supported. Shopify does not return an error when that happens: it serves the oldest stable version with a 200, so the breakage shows up as fields quietly missing from the response.
What to do
This is a platform fix and not yours: let us know. In the meantime, supported_until in the result of this check tells you how long the version in use is supported, and it is the field to watch so you see it coming well in advance.
Related
All Integration error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.