For the complete documentation index, see llms.txt. This page is also available as Markdown.

GraphQL API

This doc provides an overview of our GraphQL API which is designed specifically with data integration in mind.

The API is available at /api/graphql/ URL path of your instance.

GraphQL API allows two types of interactions with the PIM data

  • Queries - allow fetching the current state of the data

  • Mutations - allow modifying the state of the data

Documentation of all data types available in the API can be found on the Schema page.

Last updated

Was this helpful?