You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in a lot of cases this is the preferred way to call. For Shopify apps, if you're making calls that do not change between version but using a version string that is ultimately deprecated, Shopify will tell your users you app is "unsupported" even when it works 100%.
Currently if no API version is specified a request is made to:
Which results in an HTTP 406.
When a version is specified we get:
This is causing issues for several users including myself. See the comments on #228.
Shopify does support versionless API calls: https://shopify.dev/docs/api/usage/versioning#making-requests-to-an-api-version the
api
path segment just needs to be included. If I recall, the REST API does this if a version is not specified.The text was updated successfully, but these errors were encountered: