Using the PrestaShop Web Service -
Last updated
Was this helpful?
Last updated
Was this helpful?
Table of content
PrestaShop enables merchants to give third-party tools access to their shop's database through a CRUD API, otherwise called a web service.
The quickest way to learn the intricacies of the PrestaShop web service is to use the .
The slowest but most complete way to learn about the web service is to .
It demonstrates how to use the PrestaShop web service by creating a CRUD application using the dedicated PHP library.
Copy/paste the file into an empty text local file, using for instance Notepad.
Save the file as PSWebServiceLibrary.php
Manage your PrestaShop website through Open ERP: by Akretion & CampToCamp (GNU Affero GPLv3)
A Scala library to access the PrestaShop web service: by Alex Dean (GNU Affero GPLv3)
A Python library to access the PrestaShop web service: by Guewen Baconnier (GNU Affero GPLv3)
The latest version of the PSWebServiceLibrary.php file can be found on our code repository: To download the file:
Click here to view the raw file:
You can also directly download a zip archive of all the files in this repository, including the example files, by clicking here:
All the example files can be found on our code repository: