Assuming myshopify is required, the following 3 results were found.
// // your shopify details v_ClientID = ""; v_ClientSecret = ""; v_ShopID = "example.myshopify.com"; v_ShopifyURL = "https://" + v_ClientID + ":" + v_ClientSecret + "@" + v_ShopID; v_ShopifyApiVersion = "2020-01"; // // your creator details...
// // your shopify details v_ClientID = ""; v_ClientSecret = ""; v_ShopID = "example.myshopify.com"; v_ShopifyURL = "https://" + v_ClientID + ":" + v_ClientSecret + "@" + v_ShopID; v_ShopifyApiVersion = "2020-01"; // // loop through 2500 records...
further below in this article): Give it a Connection Name (eg. "Shopify API Oauth") Enter the Shop ID (eg. "example-store.myshopify.com") Give it an API version (eg. "2022-01" - or whichever is the latest stable version) Location ID if you know it,...