Get the list of Sub-Categories in a given Category.
Last updated 2 years ago
This method belongs to the property - getList
id
ID of a Category.
page
Which set of results to be obtained (1 - 200)
Promise<Array<List>>
<getList>.ofSubCategory(1).then(x => console.log(x)); // OR <getList>.ofSubCategory(1, 10).then(x => console.log(x));