getProductsBrandsFilter

Operation Id:
products/brands/filter/get [Official Documentaction]
Methods

  • shopId Integer
  • languageId String
  • producerId Integer
Examples

This function filters the products brands based on the producer ID: 1644776320.

const result = await idosellRequest.getProductsBrandsFilter
	.producerId(1644776320)
	.exec()