php-shopify icon indicating copy to clipboard operation
php-shopify copied to clipboard

API version issue

Open pageignited opened this issue 6 years ago • 2 comments

Hi, i am using this SDK, but get email from shopify Shopify API version 2019-04 Version 2019-04 will be removed on April 1, 2020. Update to version 2019-07 and replace the following deprecated API calls to avoid breaking changes.

where i can change the api version in sdk ?

pageignited avatar Sep 12 '19 08:09 pageignited

By default, we are using 2019-04 (as of v1.1.2) and you can replace it by providing 'ApiVersion' in config array.

lakshsyal123 avatar Sep 12 '19 08:09 lakshsyal123

I'm looking for 2020-01 (early bird) but issues are from way back :D. Overriding the ApiVersion isn't always guaranteed to be safe. To find out you need to check the changelog.

joeyhub avatar Feb 10 '20 13:02 joeyhub