Reputation: 437
I am using shopify API with a private api key for my demo partner store. I am unable to update a product. I get 200 response but nothing has changed. I am using Fiddler for this.
Here is my URL.
https://brown-davis8963.myshopify.com/admin/products/110503384.xml
with Headers
Authorization: Basic <REDACTED>
Content-Type: text/xml
Request Body
<product>
<id type="integer">110503384</id>
<title>Football</title>
</product>
Upvotes: 1
Views: 291