Overview of Catalog Capability
mainThe Catalog capability enables platforms to search and browse business product catalogs, facilitating product discovery before the checkout process. It supports several key use cases:
- Free-text product search: Finding products via query text.
- Category and filter-based browsing: Navigating via structured hierarchies and attributes.
- Batch product/variant retrieval: Fetching specific items by their identifiers.
- Price comparison: Comparing prices across different product variants.
Catalog operations return product and variant IDs that are intended to be used directly in checkout line_items[].item.id fields. Note that catalog responses (pricing, availability, etc.) are not transactional commitments; the checkout process is the authoritative source for final terms.