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://instancename.piminto.com/api/en-us/v/c/3
NOTE: This endpoint retrieves an active category. It is designed specifically for integration with web stores, ensuring that only currently available and relevant categories are displayed to end-users.
Ideal for storefronts or catalog pages that need to dynamically load and display categories that are currently active/enabled.
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