Related Articles
Settings
Use of Route : /api/settings Protected : True Routes GET / Retrieves the panel settings
Companies
Use of Route:/api/companies Protected:True Roads Get / List all available shops
Exporting to ElasticSearch
Usage Route : /api/export Protected : true Endpoints GET / Export all your model/product associations to ElasticSearch. DELETE /delete Empty your ElasticSearch index. Warning : this operation is not reversible!
Documents
Use of Route : /api/documents Protected : true Routes GET /{ps_id} List all documents whose Prestashop ID is {ps_id} GET /{ps_id}/{document_name} Retrieves the details of a document, based on the Prestashop ID {ps_id} and the document name ...
Users
Use of Route:/api/users Protected:True Roads Get / List all available users Get /{id} Collects details of a user, whose ID is {id} Put /store Required name, company_id, email Optional Creates a user based on the body of the query Put /bulkUpdate ...