Hi There, I’ve been able to create products, updated variations and their stock levels as well as update metadata. However I don’t seem to be able to change the Product Title. Simply I am using the following PUT which returns a 301 to redirect to a GET for the product - but nothing is being updated.
curl -L -d ‘{“product”:{“id”:8838562873632,“title”:“NEW TITLE”}}’
-X PUT “https://{shop}/admin/api/2023-10/products/8838562873632.json”
-H “X-Shopify-Access-Token: {API TOKEN}”
-H “Content-Type: application/json”
I have checked my scopes and even given my token all 112 scopes just to make sure. This had no effect.
Anyone have any idea why I can’t change the product after creating it?