search_products
Search your product catalog using natural language or keyword queries. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query (natural language or keywords) |
limit | integer | No | Max results (default: 10, max: 100) |
catalog_id | string | No | Filter to a specific catalog |
filters | object | No | Structured filters (see below) |
get_product
Retrieve full details for a specific product by ID or SKU. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
product_id | string | Yes | Product ID or SKU |
include_variants | boolean | No | Include variant details (default: false) |
list_catalogs
List all catalogs available in your workspace. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
include_stats | boolean | No | Include product counts (default: false) |
get_catalog_stats
Get statistics for a specific catalog. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
catalog_id | string | Yes | Catalog ID |