postProductsBrands

Operation Id:
products/brands/post [Official Documentaction]
Methods

  • producers Array<Object>
  • nameInPanel String
  • imagesSettings Object
  • languagesConfigurations Array<Object>
Examples

This function searches for a product brand named "MyBrand" in the panel of posted products.

const result = await idosellRequest.postProductsBrands
	.nameInPanel("MyBrand")
	.exec()