Skip to main content
Let your agents read your PrestaShop store through the Webservice API — orders and their lines, order states, customers, addresses, carts, products, stock and categories.

Connection

  • Authentication: API key (Webservice key).
  • Required settings:
    • Store domain — The domain of your PrestaShop store, without https:// or trailing slash. The store must be served over HTTPS.
In your PrestaShop back office, go to Advanced Parameters → Webservice, set “Enable PrestaShop’s webservice” to Yes and save, then click “Add new webservice key”. Generate the key, give it a description, check “Enabled”, and in the permissions table tick GET (View) for customers, orders, order_details, order_states, products, stock_availables, categories, carts and addresses. Save, then copy the 32-character key. Friendly URLs (URL rewriting) must be enabled so the API answers on /api.See PrestaShop’s documentation.

Read actions (13)

Write actions (0)

This connector is read-only — it exposes no write actions.

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.
Last reviewed against the provider API: September 2026.