Get Product Category
Retrieves the name and details of a category that appears on the storefront.
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
Required. Unique identifier of the category whose details you want to get.
Query Parameters
Optional. Allow the return of items with the IsDisplayed flag set to false.
Optional. If True, Return Category Attributes collection with Category
limits which fields are returned in the response body
Response
OK
The category hierarchy of your store as it appears on the storefront. This is the category heirarchy defined with the admin/category resource except for any categories with an IsDisplayed value set to false.
External unique identifier of the category.
Internal unique identifier of the category. System-supplied and read-only.
List of subcategories that belong to this category.
Name of the category and optionally, a description, page title, friendly URL, associated images, and any metadata.
Indicates whether the category should be displayed.
Indicates whether the category should be displayed.
Order in which categories appear when they are at the same level (siblings). For example, categories can be sequenced so that a specific category always appears first (or last).
Indicates whether the category should be sliced
Last Modified Date Time

