Jump to content

Update product over webservice


Recommended Posts

Im trying to update available_for_order over webservice, but keep getting a 400 bad request.

 

I make a PUT request to:

http://www.myshopdomain.dk/api/products/1

 

With this XML:

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<product>
<available_for_order><![CDATA[1]]></available_for_order>
</product>
</prestashop>
 
What is im doing wrong?
Link to comment
Share on other sites

×
×
  • Create New...