fabiomarsala Posted June 3, 2020 Share Posted June 3, 2020 Hi all :) I have joined a prestashop project I am new on it. I am trying to interact with the CMS using the webservice and I am already able to get many product information. My problem is the following: There is Multishop configured and querying the product via webservice I cannot retrieve the active status for all the shops, I see only the product staus for the default shop. http://mytest.com/api/products/40 I see ... <id_shop_default> <![CDATA[ 1 ]]> </id_shop_default> .... <active> <![CDATA[ 1 ]]> </active> Not any info about the other shop. Can someone help me to find and how to see and later on change the product status for all the shops configured? Thank you I am on PS 1.6.1.17 Link to comment Share on other sites More sharing options...
fabiomarsala Posted July 23, 2020 Author Share Posted July 23, 2020 Found response: each shop have to be queried on its own URL/API..... 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