PrestaShop Admin API

The PrestaShop Admin API is a modern REST API introduced in PrestaShop 9 based on API Platform framework using CQRS patterns. It supports OAuth 2.0 client credentials authentication and provides access to administrative endpoints for managing store configuration, products, orders, and other domain resources.

API entry from apis.yml

apis.yml Raw ↑
name: PrestaShop Admin API
description: 'The PrestaShop Admin API is a modern REST API introduced in PrestaShop 9 based on API Platform
  framework using CQRS patterns. It supports OAuth 2.0 client credentials authentication and provides
  access to administrative endpoints for managing store configuration, products, orders, and other domain
  resources.

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://devdocs.prestashop-project.org/9/admin-api/
baseURL: https://{your-store}/api/
tags:
- Admin
- OAuth 2.0
- Products
- Orders
- E-Commerce
properties:
- type: Documentation
  url: https://devdocs.prestashop-project.org/9/admin-api/
- type: Authentication
  url: https://devdocs.prestashop-project.org/9/admin-api/authorization/
- type: GitHubRepository
  url: https://github.com/PrestaShop/ps_apiresources
contact:
- FN: PrestaShop Developer Community
  url: https://devdocs.prestashop-project.org/
  email: ''