Shopify-api-node icon indicating copy to clipboard operation
Shopify-api-node copied to clipboard

Use 2nd Last API Version

Open msadlows opened this issue 5 years ago • 1 comments

While I know we can easily set the API version, the defult behaviour is to use the oldest supported API version. Trouble with this is that Shopify is now throwing all sorts of error notices in the app dashboards when they see a soon-to-be-depreceated API being used. If using the 2nd oldest, this won't ever be the case. More of a thought then a specific issue.

msadlows avatar Mar 05 '20 10:03 msadlows

I've just received an deprecated API notice from Shopify as well. But the timing on it is all wrong... that's another story.

It's claiming that I should be using API verision 2020-07. I'm going to manually pass it as a string to the constructor option apiVersion. If that doesn't do the trick I'll report back.

ctrlaltdylan avatar Apr 13 '21 23:04 ctrlaltdylan