Home > @poq/sdk-sfcc > ProductSearchRequestRefinements > addRefinement
Method adds price value.
Signature:
addRefinement(key: 'price', value: {
min: number;
max: number;
}): void;
Parameter | Type | Description |
---|---|---|
key | ‘price’ | Price constant as a key. |
value | { min: number; max: number; } | Price should have min and max positions. |
Returns:
void