spassignat Posted May 23, 2014 Share Posted May 23, 2014 Hi, I'm attempting to create and then update the product in my shop using webservices and I'm facing a problem with the product description. First I create the product with data located in a main sales repository which works fine. Then I try to update the product description, picutres, ... collecting data from the CMS. And finally I wish to update the product features from the core product repository. For pictures it works fine (not as I expected but anyway it works at the end). It remains the product description and the features. Updating the product description doesn't work at all. I fetch the product from prestashop then add a description and send it back to PS with a Put method: <product> ... <description><language ...> blah blah Description doesn't change ?! why ?! description is not a main entity as Image or Product could be... Any idea? is it a bug ? ... Link to comment Share on other sites More sharing options...
Recommended Posts