Category Details by ID
This API provides the specific Category Details based on ID.
curl --location '{{Base_url}}/rest/V1/categories/73' \
--header 'Authorization: Bearer eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjU1LCJ1dHlwaWQiOjIsImlhdCI6MTczNTI5NzMxOCwiZXhwIjoxNzM1MzAwOTE4fQ.6yN-uGjVd1SEbzrLmp8OJywW7ECTUPTpdtqpzcD8qlo' \
--header 'Cookie: PHPSESSID=06uefebf3h3ncaqq0vbiodklgu'{
"id": 73,
"parent_id": 2,
"name": "Electronics",
"is_active": true,
"position": 2,
"level": 2,
"children": "15,21,44,69,78,87,88,92,162,281,723,811",
"created_at": "2021-09-15 06:23:21",
"updated_at": "2024-12-06 07:28:44",
"path": "1/2/73",
"available_sort_by": [
"name",
"price"
],
"include_in_menu": true,
"custom_attributes": [
{
"attribute_code": "image",
"value": "/media/catalog/category/Gift_Cards_1440_360_px__1_3_11.png"
},
{
"attribute_code": "display_mode",
"value": "PRODUCTS"
},
{
"attribute_code": "is_anchor",
"value": "1"
},
{
"attribute_code": "path",
"value": "1/2/73"
},
{
"attribute_code": "children_count",
"value": "153"
},
{
"attribute_code": "default_sort_by",
"value": "price"
},
{
"attribute_code": "custom_use_parent_settings",
"value": "0"
},
{
"attribute_code": "custom_apply_to_products",
"value": "0"
},
{
"attribute_code": "url_key",
"value": "electronics"
},
{
"attribute_code": "url_path",
"value": "electronics"
},
{
"attribute_code": "sw_menu_hide_item",
"value": "0"
},
{
"attribute_code": "sw_menu_block_left_width",
"value": "0"
},
{
"attribute_code": "sw_menu_block_right_width",
"value": "0"
},
{
"attribute_code": "sw_ocat_hide_this_item",
"value": "0"
},
{
"attribute_code": "ks_include_in_marketplace",
"value": "0"
}
]
}Top-Level Attributes
custom_attributes
Last updated