API endpoints
Crystallize provides different GraphQL APIs to query and mutate data of your PIM, therefore can access and change data of your products, documents, orders and webhooks in a simple and intuitive way.
Catalogue API
The catalogue endpoint is the main endpoint to retrieve data from your catalogue tenant with this endpoint you can get data from your folders, products, and documents replace the your-tenant-name with your tenant identifier.
https://api.crystallize.com/your-tenant-name/catalogue
Core API
The core endpoint is the most powerful endpoint of Crystallize with this endpoint you can do every action of your Crystallize PIM you can do queries and mutations of your folders, products, documents, price variants, webhooks and everything related to your tenant.
https://pim.crystallize.com/graphql
Order API
The order endpoint helps you to retrieve, create, update, update and delete everything related to the orders of your PIM just replace your-tenant-name with your tenant identifier to start using it.
https://api.crystallize.com/your-tenant-name/orders
Search API
The search endpoint helps you to do deep search of your tenant catalogue items like your folders, products and documents you can use it to implement search in your projects replace your-tenant-name with your tenant identifier to start using it.
https://api.crystallize.com/your-tenant-name/search