Operation Id:
products/categoriesIdosell/search/post [Official Documentaction]
Methods
- languagesIds Array<String>
- categoriesIdoSellIds Array<String>
- categoriesIdoSellNames Array<String>
- categoriesIdoSellPaths Array<String>
- resultsPage Integer
- resultsLimit Integer
- languages values: number|string|number[]|string[]
Examples
This function retrieves the product categories from the Idosell platform, displaying the data on the second page with a limit of 10 categories per page.
Loading editor...
const result = await idosellRequest.searchProductsCategoriesIdosell .page(2,10) .exec();