Shopside

Results 4 comments of Shopside

Seeing the same error using the latest version of this package (3.1.3), though it worked fine on the older version I had previously (2.1.0).

Yes would really love to see this functionality to set a specific version on the client (or as a param when initialising it).

A workaround I found that seems to be working so far is just manually specifying the version after the import, i.e. ```js Shopify.Context.API_VERSION = '2022-04'; ``` This is without using...

> I would like to know about this myself since I'm trying to upsert. > > In my situation I can have references to the ids of the rows but...