PrestaShop Webservice API

The PrestaShop Webservice API enables third-party applications to access and manage shop data through CRUD operations on 60+ resources including products, categories, orders, customers, carriers, stock movements, invoices, tax rules, and more. Authentication uses HTTP Basic Auth with a store-generated API key.

API entry from apis.yml

apis.yml Raw ↑
name: PrestaShop Webservice API
description: 'The PrestaShop Webservice API enables third-party applications to access and manage shop
  data through CRUD operations on 60+ resources including products, categories, orders, customers, carriers,
  stock movements, invoices, tax rules, and more. Authentication uses HTTP Basic Auth with a store-generated
  API key.

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://devdocs.prestashop-project.org/9/webservice/
baseURL: https://{your-store}/api/
tags:
- Products
- Orders
- Customers
- Inventory
- E-Commerce
properties:
- type: Documentation
  url: https://devdocs.prestashop-project.org/9/webservice/
- type: GettingStarted
  url: https://devdocs.prestashop-project.org/9/webservice/getting-started/
- type: Authentication
  url: https://devdocs.prestashop-project.org/9/webservice/getting-started/#create-an-access-key
- type: GitHubRepository
  url: https://github.com/PrestaShop/PrestaShop
contact:
- FN: PrestaShop Developer Community
  url: https://devdocs.prestashop-project.org/
  email: ''