Hi everyone! I am getting this response when I do a PUT request to this URL: “url”:“https://shop_name.myshopify.com/admin/api/2023-10/orders/{order.id}.json”
I am trying to add an order tag.
I get this response.
{“status”:401,“response_body”:“{"errors":"[API] Invalid API key or access token (unrecognized login or wrong password)"}”,
I ran a python script with the same exact Admin API access token and it worked, same URL, same everything. I just wanted to get this to work as an automation and it does not work in the shopify admin workflows.
I am using this key ‘X-Shopify-Access-Token’
Does anyone have any ideas?