curl -X GET "https://api.trycase.ai/api/v1/products?varietal=Cabernet%20Sauvignon®ion=Napa&per_page=20" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": [ { "id": "prod_abc123", "name": "2021 Reserve Cabernet Sauvignon", "brand": "Stag's Leap Wine Cellars", "varietal": "Cabernet Sauvignon", "vintage": 2021, "region": "Napa Valley", "appellation": "Stags Leap District", "abv": 14.5, "size_ml": 750, "pack_size": 12, "case_price_cents": 24000, "bottle_price_cents": 2000, "inventory_available": 45, "minimum_order": 1, "supplier": { "id": "sup_xyz789", "name": "Stag's Leap Wine Cellars", "location": "Napa, CA" }, "image_url": "https://cdn.trycase.ai/products/abc123.jpg", "created_at": "2025-01-10T10:00:00Z" } ], "meta": { "total": 248, "page": 1, "per_page": 50, "total_pages": 5 } }
Browse and search the product catalog
price_asc
price_desc
name
newest