Retrieve all subcategories under a category.
GET
/api/v1/products/categories/{categoryId}/subcategoriesRetrieve all subcategories under a category currently being offered.
Request
Path Params
categoryId
number
required
The category id of the subcategories to retrieve.
Example:
101
Request samples
Responses
Subcategories retrieved successfully.(200)
Subcategories retrieved successfully.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/1302425)[]
optional
#/definitions/1302425
optional
Example
Not configured
Last modified: 10 months ago