Totti Posted April 21, 2015 Share Posted April 21, 2015 Hello,I via web service make a list of all the products and their quantities and combinations, how can I do?Thank you. Link to comment Share on other sites More sharing options...
JRubio74 Posted April 28, 2015 Share Posted April 28, 2015 Hello, You'll have to work with XML files. First you have to create a key for your web service and assign permissions: http://doc.prestashop.com/display/PS16/Webservice+Parameters Then, you can get an XML file with the list of products: http://[email protected]/api/products/ In this list, you'll find a link to each of the products. These links are XML files again with the complete product information. This information includes combinations and stock_availables (in the associations area) Hope it helps! 1 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