Post Category Image Add
POST {{baseUrl}}/category.image.add.json?category_id=<string>&image_name=<string>&url=<string>&label=<string>&mime=<string>&type=<string>&position=<integer>&store_id=<string>
Add image to category
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| category_id | string | Retrieves products specified by category id | |
| image_name | string | Defines image's name | |
| url | string | Defines URL of the image that has to be added | |
| label | string | The name you give to the webhook | |
| mime | string | Mime type of image http://en.wikipedia.org/wiki/Internet_media_type. | |
| type | string | Defines image's types that are specified by comma-separated list | |
| position | string | Defines image’s position in the list | |
| store_id | string | Defines store id where the webhook should be assigned |