get_retailer_categories
List product categories available for a specific retailer. Use this to discover valid category paths before filtering products by category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Signed pagination cursor from the previous response (next_cursor). Omit for the first page. | |
| limit | No | Max categories per page (1-500, default 100). Paginate via next_cursor for full lists. | |
| retailer_id | Yes | The retailer identifier (e.g. "walmart", "target", "homedepot"). Use list_retailers to get valid IDs. |