Operation Id:
products/brands/put [Official Documentaction]
Methods
- producers Array<Object>
- id Integer
- nameInPanel String
- imagesSettings Object
- languagesConfigurations Array<Object>
Examples
This function retrieves the name of the product brand with the ID 1513170627 and displays it in a panel labeled "Brand".
Loading editor...
const result = await idosellRequest.putProductsBrands .id(1513170627) .nameInPanel("Brand") .exec();