Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductSearchRequest > refinements

ProductSearchRequest.refinements property

Parameter that represents a refinement attribute/value(s) pair. Refinement attribute id and value(s) are separated by ‘=’. Multiple values are supported by a sub-set of refinement attributes and can be provided by separating them using a pipe (URL encoded = “|”). Value ranges can be specified like this: refine=price=(100..500) Multiple refine parameters can be provided by adding an underscore in combination with an integer counter right behind the parameter name and a counter range 1..9. I.e. refine_1=c_refinementColor=red|green|blue.

Signature:

refinements?: ProductSearchRequestRefinements;

Remarks

For detailed explanation check: