get_products
Retrieve catalogue items with variant pricing for a specific tenant. Optionally filter by category and set a limit to get product and pricing data.
Instructions
Returns catalogue items with variant pricing for a tenant. Uses Supabase embedded select to join items with variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default 20) | |
| tenant_id | Yes | Tenant UUID | |
| category_id | No | Filter by category UUID |