Home > @vsf-enterprise/commercetools-api > CategoryWhereSearch
# CategoryWhereSearch interface
Signature:
export interface CategoryWhereSearch extends BaseSearch
Extends: BaseSearch
# Properties
| Property | Type | Description |
|---|---|---|
| ancestor? | string | (Optional) |
| catId? | string | (Optional) |
| catIds? | string[] | (Optional) |
| key? | string | (Optional) |
| onlyParent? | string | (Optional) |
| slug? | string | (Optional) |
| slugs? | string[] | (Optional) |