Home > @vsf-enterprise/commercetools > ProductsSearchParams
# ProductsSearchParams interface
Signature:
export interface ProductsSearchParams
# Properties
| Property | Type | Description |
|---|---|---|
| catId? | string | string[] | (Optional) |
| customFilters? | string | (Optional) |
| filters? | Record<string, Filter> | (Optional) |
| id? | string | (Optional) |
| ids? | string[] | (Optional) |
| page? | number | (Optional) |
| perPage? | number | (Optional) |
| skus? | string[] | (Optional) |
| slug? | string | (Optional) |
| sort? | any | (Optional) |
| term? | any | (Optional) |