tiffany_category
Retrieve a single page of Tiffany & Co. products from any category, using optional filters like material, gemstone, color, and sorting options.
Instructions
Browse a Tiffany & Co. category. Returns one page of a Tiffany & Co. category/browse listing. category is a category id from tiffany-categories's own id field (e.g. ecommerce_us_jewelry_necklaces_and_pendants). sort selects recommended (default), price_asc, price_desc, or newest. material, gemstone, color, product_type, gender, and designer are optional single-value filters -- see tiffany-filters for the live covered value space for each. A hub-level or emptied-out category id, or a filter combination with no matches, returns a well-formed empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based page | |
| sort | No | Sort order | |
| color | No | Color filter -- see tiffany-filters | |
| gender | No | Gender filter -- see tiffany-filters | |
| category | Yes | Category id -- see tiffany-categories | |
| designer | No | Designer/collection filter -- see tiffany-filters | |
| gemstone | No | Gemstone filter -- see tiffany-filters | |
| material | No | Material filter -- see tiffany-filters | |
| per_page | No | Results per page | |
| product_type | No | Product type filter -- see tiffany-filters |