No content to show
User Activity
This has been solved, by adding the following to the CURL request:
curl_setopt($ch, CURLOPT_HEADER, false);
This is weird as this setting has nothing to do with anything related to double processing of a CURL request. However, by adding this to th...
We are struggling with an issue on the Shopify API. We have a php script that automatically adds products to our Product inventory. After adding 47 products, we end up with 56 products in the API. 8 of the products have been duplicated at random, and...