Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Web service tutorial

This tutorial explores how to create a small application to perform these four basic operations for customers.

The prerequisites are:

  • PrestaShop 1.6 installed on a server with mod_rewrite enabled (Apache only).
  • A local xAMP server with PHP5 enabled.

Chapters 1, 2 and 3 are mandatory, as they contain the fundamental knowledge for using the web service.
The next chapters, explores ways to interact with the web service using each of the REST operations, in order to give you the tools to make a full CRUD application.
If you only want to retrieve data, for example when developing a web application to notify you of orders, you might only be interested in Chapter 4.
If you prefer to develop a more complete application, chapters 4 to 7 will interest you.
Chapters 9 and 10 give you more detail on specific content management.

Finally, a cheat-sheet will give you quick hints and reminders.

Here are the chapters to this tutorial:

 

  • No labels