A valid request URL is required to generate request examples{
"categoryId": 123,
"parentCategory": {},
"content": {
"categoryImages": [
{
"imageLabel": "<string>",
"altText": "<string>",
"imageUrl": "<string>",
"cmsId": "<string>",
"videoUrl": "<string>",
"mediaType": "<string>",
"sequence": 123
}
],
"name": "<string>",
"description": "<string>",
"pageTitle": "<string>",
"metaTagTitle": "<string>",
"metaTagDescription": "<string>",
"metaTagKeywords": "<string>",
"slug": "<string>"
},
"childrenCategories": [
{}
],
"sequence": 123,
"isDisplayed": true,
"categoryCode": "<string>",
"count": 123,
"updateDate": "2023-11-07T05:31:56Z",
"shouldSlice": true,
"attributes": [
{
"fullyQualifiedName": "<string>",
"dataType": 123,
"values": [
"<unknown>"
]
}
]
}Retrieves the name and details of a category that appears on the storefront.
A valid request URL is required to generate request examples{
"categoryId": 123,
"parentCategory": {},
"content": {
"categoryImages": [
{
"imageLabel": "<string>",
"altText": "<string>",
"imageUrl": "<string>",
"cmsId": "<string>",
"videoUrl": "<string>",
"mediaType": "<string>",
"sequence": 123
}
],
"name": "<string>",
"description": "<string>",
"pageTitle": "<string>",
"metaTagTitle": "<string>",
"metaTagDescription": "<string>",
"metaTagKeywords": "<string>",
"slug": "<string>"
},
"childrenCategories": [
{}
],
"sequence": 123,
"isDisplayed": true,
"categoryCode": "<string>",
"count": 123,
"updateDate": "2023-11-07T05:31:56Z",
"shouldSlice": true,
"attributes": [
{
"fullyQualifiedName": "<string>",
"dataType": 123,
"values": [
"<unknown>"
]
}
]
}JWT Authorization header using the Bearer scheme.
Required. Unique identifier of the category whose details you want to get.
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
Success
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.
Internal unique identifier of the category. System-supplied and read-only.
Name of the category and optionally, a description, page title, friendly URL, associated images, and any metadata.
Show child attributes
List of subcategories that belong to this category.
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 displayed.
External unique identifier of the category.
Indicates whether the category should be displayed.
Last Modified Date Time
Indicates whether the category should be sliced
Show child attributes