Search API
The search API provides an easy way to search for your Catalogue Items ( Products, Documents and Folders) via GraphQL. Combined with topic maps, you can create search filters, smooth navigation and more.
Accessing the API
The search API is easily accessible on a per-tenant basis as a POST to https://api.crystallize.com/teddy-bear-shop/search - replacing "teddy-bear-shop" with your own tenant identifier.
GraphQL Playground
The GraphQL Playground is an interactive UI where you can build and test queries and mutations you want to send to the Order API. You can access the GraphQL Playground by opening the API URL in your web browser. For our Teddy Bear Shop example, this would be https://api.crystallize.com/teddy-bear-shop/search. You can replace the "teddy-bear-shop" identifier with your own tenant identifier.