Wix GraphQL API
The Wix GraphQL API exposes the full Wix platform as a single unified GraphQL schema, providing an alternative to the REST API for querying and mutating Wix site data. It is well-suited for applications with complex data requirements that need to combine multiple queries into a single request, retrieve only specific fields from larger objects, or reduce round-trips to the server. The API covers all core Wix domains including blog, bookings, CRM contacts, data collections, eCommerce (carts, checkouts, orders), events, members, pricing plans, stores (products, collections, inventory), business tools, auth management, and redirects.
Overview
Wix GraphQL API is a GraphQL API specification published by Wix on the APIs.io network.
The Wix GraphQL API exposes the full Wix platform as a single unified GraphQL schema, providing an alternative to the REST API for querying and mutating Wix site data. It is well-suited for applications with complex data requirements that need to combine multiple queries into a single request, retrieve only specific fields from larger objects, or reduce round-trips to the server. The API covers all core Wix domains including blog, bookings, CRM contacts, data collections, eCommerce (carts, checkouts, orders), events, members, pricing plans, stores (products, collections, inventory), business tools, auth management, and redirects.
The GraphQL endpoint is available at https://www.wixapis.com/graphql. documentation is published at https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/wix-graph-ql-api.
The specification includes 4 reference links.
Tagged areas include CMS, E-Commerce, Headless, and Website Builder.
Endpoint
References
- Documentation https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/wix-graph-ql-api
- Documentation https://dev.wix.com/docs/build-apps/develop-your-app/api-integrations/graph-ql
- GettingStarted https://dev.wix.com/docs/sdk/articles/set-up-a-client/wix-graph-ql-api
- APIReference https://www.wix.com/graphql-public-server/docs/
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.