phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

API version issue #118

Open pageignited opened 5 years ago

pageignited commented 5 years ago

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 ?

lakshsyal123 commented 5 years ago

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

joeyhub commented 4 years ago

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.