No content to show
User Activity
11-10-2021
Thanks for the response, I've reinstalled the shopify-api-node npm package (now npm list shopify-api-node now shows shopify-api-node@3.8.0) and tried this again, it seems now that I am getting a 404 still however the id appears to be different, are y...
11-08-2021
Thanks for your reply. I can't seem to find a way to define that other than in the context when initialising, where I set it to ApiVersion.October21: Shopify.Context.initialize({ API_KEY: process.env.SHOPIFY_API_KEY, API_SECRET_KEY: process.env.SHO...
11-05-2021
I'm using the shopify-api npm library to try and make a get request for the customers object on the Rest API using the following: const client = new Shopify.Clients.Rest('cf-app-test.myshopify.com', accessToken);const data = await client.get({ p...