Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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>
share|improve this question
David Underwood don't edit my post! I left the Authorization token there on purpose as this is only a demo store! – Jpepper Nov 9 '12 at 16:09

1 Answer

up vote 2 down vote accepted

I believe your content type needs to be application/xml

share|improve this answer
1  
That appeared to be my issue. Can't believe I overlooked that. I thought maybe it was the content type, but i also thought it was suppose to be text/xml. Thanks! – Jpepper Nov 9 '12 at 16:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.