Post Category Add
POST {{baseUrl}}/category.add.json?name=<string>&parent_id=<string>&stores_ids=<array>&store_id=<string>&avail=<boolean>&sort_order=<integer>&created_time=<>&modified_time=<>&description=<string>&meta_title=<string>&meta_description=<string>&meta_keywords=<string>&seo_url=<string>
Add new category in store
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | Coupon name | |
parent_id | string | Retrieves categories specified by parent id | |
stores_ids | string | Create category in the stores that is specified by comma-separated stores' id | |
store_id | string | Defines store id where the webhook should be assigned | |
avail | string | Defines category's visibility status | |
sort_order | string | Sort number in the list | |
created_time | string | Entity's date creation | |
modified_time | string | Entity's date modification | |
description | string | The user-friendly description | |
meta_title | string | Defines unique meta title for each entity | |
meta_description | string | Defines unique meta description of a entity | |
meta_keywords | string | Defines unique meta keywords for each entity | |
seo_url | string | Defines unique URL for SEO |