Introduction
TheCategory Search endpoint enables you to explore and discover available product categories within a retailer’s hierarchical taxonomy structure. Product categories allow retailers to create a hierarchical structure that helps narrow down products into unique groups or subgroups based on shared characteristics.
This endpoint provides the ability to see what categories are available to serve against a retailer’s inventory, making it an essential tool for understanding targeting options and campaign planning. Unlike recommendation endpoints, Category Search allows you to actively explore the retailer’s category structure through flexible search parameters.
You can search for categories using category IDs to find specific categories and their relationships, or use text substring matching to discover categories by name. The endpoint supports pagination for large result sets, making it easy to browse through extensive category hierarchies efficiently.
This functionality is particularly valuable for campaign setup, category discovery, and understanding the breadth of targeting options available within a retailer’s ecosystem.
Endpoint
Method | Endpoint | Description |
|---|---|---|
POST |
| Searches for available categories within a retailer’s taxonomy |
Attributes table
Attribute | Data Type | Description |
|---|---|---|
|
| Unique identifier for the retailer. Found using the Required in URL path. Writable? N / Nullable? N |
|
| Array of category ID strings for search filtering. Must be positive integer strings. Writable? Y / Nullable? Y |
|
| Text string to search for in category names. Used for category name filtering. Writable? Y / Nullable? Y |
|
| Pagination offset for search results. Default: Query parameter. Writable? Y / Nullable? Y |
|
| Maximum number of results to return. Default: Query parameter. Writable? Y / Nullable? Y |
Search Categories
This endpoint enables searching for available categories within a retailer’s hierarchical taxonomy structure. You can search by category IDs or text substring, with pagination support for large result sets. Results are paginated using offset and limit query parameters; if omitted, defaults to 0 and 500, respectively. Sample RequestResponses
Code | Meaning | Troubleshooting Hint |
|---|---|---|
🟢 200 | Success | Request processed successfully with pagination metadata |
🔴 400 | Bad Request | Check that |
🔴 403 | Forbidden | Verify authorization and retailer access permissions |