/api/v1/categories/{id}Retrieve a single category by its ID.
Requires the Categories:View permission.
Path parameters
idstring· uuidrequiredThe category ID.
Category object
idstring· uuidrequiredThe category ID.
namestringrequiredCategory name.
descriptionstringDescription shown on the storefront.
isEnabledbooleanrequiredWhether the category is visible to customers.
sortOrderintegerPosition in the category list.
createdAtstring· date-timerequiredCreation timestamp.
updatedAtstring· date-timerequiredLast update timestamp.