GET Category and any of its child categories, if any by category ID
GET/v/c/:categoryId
- Requires Data Viewer ApiKey permissions.
- Example URI: https://site.piminto.com/api/en-us/v/c/3
Provides the ability to retrieve complete information about an existing category.
Returns
Specify the unique identifier of the category either from the category creation request or from the Category Tree, and the endpoint will return complete information about the corresponding category, structured data of its child categories, and information about the number of products in that category.
Returns an Error if an invalid category identifier was specified.
Request
Responses
- 200
- default
success
The reason for the error is included in the response body