# Product category detail Returns category info Endpoint: GET /api/categories/{categoryGuid} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `categoryGuid` (string, required) Product category. Example: "5c498fb7-70ac-11e9-9208-08002774f818" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.guid` (string,null, required) unique category identificator - `data.name` (string, required) category name - `data.image` (string,null, required) header image (can be ) - `data.description` (string,null, required) top category description (can be ) - `data.secondDescription` (string,null, required) bottom category description (can be ) - `data.indexName` (string, required) ending part of category URL - `data.url` (string, required) category URL in the e-shop - `data.parentGuid` (string,null, required) unique identifier of the parent category (, if there is no parent category) - `data.priority` (number,null, required) priority (specifies the order of categories) - `data.menuTitle` (string,null, required) category name in the e-shop menu - `data.title` (string,null, required) HTML title element in the HTML header of the category page - `data.metaTagDescription` (string,null, required) HTML META header in category page - `data.visible` (boolean, required) flag, whether the category is visible - `data.similarProductsCategory` (string,null, required) GUID category, in which the products are similar to this category (can be ) - `data.relatedProductsCategory` (string,null, required) GUID category, in which the products are related to this category (can be ) - `data.customerVisibility` (string,null, required) defines, which users of the e-shop have the category shown - = all, = registered users, = non-registered users - `data.productOrdering` (string,null, required) Defines, how products are sorted in a category. See also [Sorting of products in category](#section/code-lists/sorting-of-products-in-category) code list. - `data.catalogueMapping` (array, required) pairing to search engines such as Zboží, Heuréka, Google, etc. (can be ) - `data.catalogueMapping.provider` (string, required) provider type - `data.catalogueMapping.category` (string, required) provider category - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced