Retrieve a Category
HTTP Request
GET https://commerce.zoho.com/store/api/v1/categories/editpage?category_id=
OAuthScope
ZohoCommerce.items.READ
Query Parameters
Parameter | Description |
category_id* | long: Category id for which category detail is required. |
Request Example
Copiedcurl -X GET
'https://commerce.zoho.com/store/api/v1/categories/editpage?category_id=1706707000000068764'
-H 'Authorization: Zoho-oauthtoken ***'
-H 'X-com-zoho-store-organizationid: 682219181'
Success Response
Copied{
"code": 0,
"message": "success",
"category": {
"category_id": "1706707000000068764",
"name": "Crisp Formals",
"description": "<span style=\"color: inherit\"><pre style=\"margin-right: 15px; font-size: 15px\">Nothing smarter than formal dresses, don't you
"url": "crisp-formals",
"parent_category_id": "-1",
"parent_category_name": "",
"visibility": true,
"show_in_menu": true,
"seo_title": "Buy Formal Dresses Online - Zylker's Fashion",
"seo_keyword": "Formals, Soild Colour, Classy",
"seo_description": "Classy Women Workwear Online at Zylker's Fashion.",
"documents": [
{
"can_send_in_mail": false,
"file_name": "businessman-close-up-daydreaming-450212.jpg",
"file_type": "jpg",
"file_size_formatted": "1 MB",
"attachment_order": 1,
"document_id": "1706707000000096003",
"file_size": "1085172",
"alter_text": "A man in a navy blue blazer and white shirt"
}
],
"created_time": "2019-01-17T02:10:11-0700",
"last_modified_time": "2019-11-13T06:47:21-0700"
},
"categories": [
{
"category_id": "-1",
"name": "ROOT",
"sibling_order": 1,
"parent_category_id": "-1"
},
{
"category_id": "1706707000000068760",
"name": "Boho",
"sibling_order": 2,
"parent_category_id": "-1"
},
{
"category_id": "1706707000000068762",
"name": "Partywear",
"sibling_order": 3,
"parent_category_id": "-1"
},
{
"category_id": "1706707000000068758",
"name": "Chic",
"sibling_order": 1,
"parent_category_id": "1706707000000068764"
}
]
}
Show full
Show less