Category
A category is a division or class of product. Product categories are typically created by a firm or industry organization to organize products which can also include a hierarchy of categories that resemble a tree structure.
Headers
| Header | Values |
| Authorization | Zoho-oauthtoken *** |
| X-com-zoho-store-organizationid | 682219181 |
Attributes
| Attribute | Description |
| category_id | long: Unique ID generated by the server for Category. This is used as an identifier (value -1 defines the ROOT category). |
| parent_category_id | long: Unique ID generated by the server for Category. This is used as an identifier (value -1 defines the ROOT category). |
| document_id | double: Unique ID generated by the server for Category image. This is used as an identifier. |
| image_id | long: Unique ID generated by the server for image. |
| name | string: Name of the category. |
| description | string: Description of the category. |
| image_name | string: Name of the category image. |
| file_name | string: File name of the category image. |
| visibility | boolean: Visibility of the category in you published site. |
| show_in_menu | boolean: Specify whether the category should be shown as a menu item or not in your published site. |
| sibling_order | integer: Category's order in the hierarchy. |
| depth | integer: Depth of the category in the categories hierarchy. |
| ancestors | object: Ancestors of the category. |
| children | object: Children of the category. |
| seo_title | string: Title of the category to be used in SEO. |
| seo_description | string: Description about the category to be used in SEO |
| seo_keyword | string: Keywords related to category that can be used for SEO |
| file_type | string: File type of the image |
| file_size_formatted | string: Formatted size of the image. |
| attachment_order | string: Order of the image. |
| alter_text | string: Alternate text of the category image. |
| image_alt_text | string: Alternate text of the category image. |
| created_time | string: Time at which the category was created. |
| last_modified_time | string: Last modified time of the category. |