Create a Category
HTTP Request
POST https://commerce.zoho.com/store/api/v1/categories
OAuthScope
ZohoCommerce.items.CREATE
Body Parameters
Parameter | Description |
name* | string: Name of the category. |
url* | string: URL of the category. The value should be unique [URL can contain only letters (upper and lower cases), numbers, hyphen(-) and underscore(_)]. |
description | string: Description about the category. |
visibility | boolean: Visibility of the category in published site. |
show_in_menu | boolean: Specify whether the category should be shown as a menu item in published site or not. |
seo_keyword | string: Keywords related to category that can be used for SEO (Multiple keywords can be specified by separating them with commas). |
seo_title | string: Title of the category to be used in SEO. |
seo_description | string: Description about the category to be used in SEO. |
parent_category_id | long: Parent ID of the category (Empty will be considered as ROOT). |
Request Example
Copied
Success Response
Copied
Failure Response
Copied
Use this API to list all the available categories in a particular store in Zoho Commerce.