php-shopify
php-shopify copied to clipboard
How to use the latest version of Api
Hi,
This is the best shopify package I have ever used,it's great. But now I have a problem
The 2020-01 version will become unsupported, https://www.shopify.com/partners/blog/api-deprecation-update-2021-01 , How can I use the latest version of the api?
Thanks
@Whosc
You can provide version number in the $config['ApiVersion']
@Whosc However, we will update in our library soon.
@Whosc You can provide version number in the
$config['ApiVersion']
Thank you very much, If I directly fill in the version number I need, such as 2020-07, will the api I am currently using go wrong?
Hi @tareqtms ,
I have update the latest version. Sometimes get following error. Exception:28 : Operation timed out after 10000000 milliseconds with 0 out of 0 bytes received.
Also, OpenSSL SSL_connect: Connection reset by peer in connection to example.myshopify.com:443
Could you advice how to fix above issues?