Get Category
Retrieves the details of a single category. This current version of the Categories API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementation to support this feature, you can still access category data that has not yet been rewritten to the new model by providing an x-api-version header set to “1”.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the category.
Query Parameters
limits which fields are returned in the response body
Response
Success
Category
Active end Date
Active Start Date
List of attributes for the category.
The CatalogId that the category belongs to.
External unique identifier of the category.
The Type of Category Static, Dyanmic, DynamicPreComputed
Number of subcategories that belong to this category. These subcategories are at the same level (siblings).
Container for language-specific content to display on the storefront. You'll have a container for each supported language (LocaleCode). This enables you to display a category in multiple languages yet manage it as a single category internally.
Category
Internal unique identifier of the category. System-supplied and read-only.
If false, the category is considered unavailable in runtime (default is true if not specified on create)
If true, the category appears to shoppers on the storefront.
Container for language-specific content to display on the storefront. You'll have a container for each supported language (LocaleCode). This enables you to display a category in multiple languages yet manage it as a single category internally.
Unique identifier of the category to which this category belongs. If nil, this is a top-level category. System-supplied and read-only.
Number of products contained in this category. This count includes all products contained in any subcategories of this category.
Order in which categories appear when they are at the same level (siblings). For example, you could change the sequence of categories so that a specific category always appears first.
If True, search displays sliced view

