What problem does it solve?
Users need a reliable way to query Crystallize for product, content, customer, order, and cart information without guessing which API or GraphQL shape to use.
Core Features & Use Cases
- Choose the right read API: Select Core for admin-grade data and complex order/customer queries, Discovery for storefront search, browse, filtering, and faceting, Catalogue for deterministic path-based reads, and Shop API for cart/order edge operations.
- Write correct GraphQL queries for each scenario: Supports item reads with components, order/customer listing with filters, storefront search and faceted navigation via Discovery, deterministic catalogue reads by path, and cart/order queries using Shop API endpoints.
- Plan for pagination and consistency: Guides use of cursor-based pagination for Discovery and deterministic reads via Catalogue when exact current state is required.
Quick Start
Use the query skill to fetch product data for a storefront by running a Discovery API browse or search GraphQL query for your tenant and return the results with pagination.