PrestaShop GraphQL Schema
PrestaShop is an open-source e-commerce platform that exposes its data through a REST/Webservice API and a newer Admin API (PrestaShop 9+). There is no native GraphQL endpoint in PrestaShop's official release. This conceptual GraphQL schema represents the full domain model of the PrestaShop platform, derived from its 60+ Webservice resources and Admin API objects.
Overview
PrestaShop GraphQL Schema is a GraphQL API specification published by PrestaShop on the APIs.io network.
PrestaShop is an open-source e-commerce platform that exposes its data through a REST/Webservice API and a newer Admin API (PrestaShop 9+). There is no native GraphQL endpoint in PrestaShop’s official release. This conceptual GraphQL schema represents the full domain model of the PrestaShop platform, derived from its 60+ Webservice resources and Admin API objects.
The specification includes 4 reference links.
Tagged areas include E-Commerce, Open-Source, Product, Order, and Customers.
Endpoint
References
- Webservice Docs https://devdocs.prestashop-project.org/9/webservice/
- Admin API Docs https://devdocs.prestashop-project.org/9/admin-api/
- GitHub https://github.com/PrestaShop/PrestaShop
- Community https://www.prestashop.com/forums/
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.