Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductSearchRequestRefinements > addRefinement

ProductSearchRequestRefinements.addRefinement() method

Method adds price value.

Signature:

addRefinement(key: 'price', value: {
        min: number;
        max: number;
    }): void;

Parameters

Parameter Type Description
key ‘price’ Price constant as a key.
value { min: number; max: number; } Price should have min and max positions.

Returns:

void