Operation Id:
products/brands/filter/put [Official Documentaction]
Methods
- shopId Integer
- languageId String
- producerId Integer
- filterForNodeIsDefault 'y'|'n'
- filtersActive Array<Object>
- filterId String
- filterName String
- filterDisplay 'name'|'gfx'|'namegfx'
- filterValueSort 'y'|'n'|'priority'
- filterDefaultEnabled 'y'|'n'
Examples
This function filters products based on the specified shop ID, language ID, producer ID, and the default node filter for a specific brand.
Loading editor...
const result = await idosellRequest.putProductsBrandsFilter .shopId(1) .languageId("pol") .producerId(1513170627) .filterForNodeIsDefault("n") .exec();