Get Category
Retrieve detailed information about a specific category using its unique identifier.Endpoint
Path Parameters
The unique identifier of the category to retrieve
Response
Returns a single category object.Unique identifier for the category
The category name
Detailed description of the category
ID of the parent category (null for main categories)
Whether the category is currently active
List of product IDs associated with this category
List of subcategory IDs that belong to this category
Status Codes
200- Success, returns the category object404- Category not found