All pages
Powered by GitBook
1 of 1

Loading...

GraphQL API

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

GraphQL API allows two types of interactions with the PIM data

  • - allow fetching the current state of the data

  • - allow modifying the state of the data

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

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

Queries
Mutations
Schema