Jump to content

Update Product description, features, ... using webservices


Recommended Posts

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.

 

  1. First I create the product with data located in a main sales repository which works fine.
  2. Then I try to update the product description, picutres, ... collecting data from the CMS.
  3. 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

×
×
  • Create New...