mantas393 Posted January 18, 2019 Share Posted January 18, 2019 Hello, Where could I find PrestaShop 1.7 API documentation? I mean that I want to get the list of methods of all classes, like "Image", "Product", "Category"... Link to comment Share on other sites More sharing options...
Rhobur Posted January 20, 2019 Share Posted January 20, 2019 There is no such API available because usually people read the Prestashop classes to understand them. You can find the legacy classes in /classes /controllers and the new ones in .src/Prestashop bundle. But if you aim to have the info organized in regular API view, you can use a tool like https://github.com/ApiGen/ApiGen and generate theme for yourself, it takes a few minutes. 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