giuseppe88 Posted May 8 Share Posted May 8 Buongiorno, avrei un problema: sto aggiungendo delle categorie ad un prodotto già esistente via API, ma usando la PUT e inserendo il codice sottostante, prestashop mi richiedere il price. Inserendo anche il price la modifica delle categorie riesce, ma mi azzera i campi descrittivi e altro. Come posso risolvere? Grazie <prestashop> <product> <id>3874</id> <id_category_default>36</id_category_default> <associations> <categories nodeType="category" api="categories"> <category> <id>45</id> </category> </categories> </associations> </product> </prestashop> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now