I’m using the code below to update hundreds of product tags in Shopify, you might be able to find an app in Shopify but this way seems quicker for me. This code was tested on API version 2020-01. PHP 7.2 + Required This code uses your terminal/command prompt to execute the php script and requires …
Tag: Shopify API
Cursor-Based Pagination Under Shopify’s Latest API
Example PHP code for cursor-based pagination using the phpclassic/php-shopify package.