Is the older version of Shopify API - 2021-10 - still working?

Hello,

we have an older implementation of Shopify integration which we haven’t used for about a year. Here’s an example of an endpoint we’ve used: admin/api/2021-10/products.json

We want to re-enable Shopify integration, but when I went to the API docs, I saw that the latest stable version is 2022-10, and the oldest version for which documentation is still available is 2022-01.

Does this mean version 2021-10 is no longer supported? Is it still usable, or should we update to 2022-10? Is the documentation for 2021-10 still available somewhere, so I can compare it with latest version and see what the breaking changes are?

Thank you.

1 Like

Hi @RBatColumbus ,

We no longer have the documentation for unsupported versions of the API listed on the shopify.dev site, but if you are making requests to an unsupported version then the expected behaviour would be for Shopify to respond with the oldest stable version, which would be 2022-01.

The breaking changes for that version are included within their release notes, and since there were no other versions between the one you were using and the current oldest stable version those should be the only changes requiring immediate attention.

Cheers,

1 Like