diff --git a/packages/api-client/src/types/types.ts b/packages/api-client/src/types/types.ts index 8450e5b1..d4699016 100644 --- a/packages/api-client/src/types/types.ts +++ b/packages/api-client/src/types/types.ts @@ -93,6 +93,7 @@ export type OrderSortInput = { export type ProductFilterInput = { categoryId?: number[]; attributeValueId?: number[]; + attribValues?: string[]; minPrice?: number; maxPrice?: number; }; @@ -567,6 +568,7 @@ export interface AgnosticFacetSearchParams { sort?: string | string[]; filters?: Record; metadata?: any; + fetchCategory?: boolean; [x: string]: any; } export interface SearchResultParams {