Operation Id:
products/brands/get [Official Documentaction]
Methods
- results_page Integer
- results_limit Integer
- languagesIds Array<String>
Examples
This function retrieves the data for the second page of products and returns brands from item 10 onwards.
Loading editor...
const result = await idosellRequest.getProductsBrands .page(2,10) .exec();