Post Product Option Add
POST {{baseUrl}}/product.option.add.json?name=<string>&type=<string>&product_id=<string>&option_values=<string>&description=<string>&avail=<boolean>&sort_order=<integer>&required=<boolean>
Add product option from store.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | Coupon name | |
type | string | Defines image's types that are specified by comma-separated list | |
product_id | string | Defines the product where the price has to be deleted | |
option_values | string | Defines option values that has to be added in Magento | |
description | string | The user-friendly description | |
avail | string | Defines category's visibility status | |
sort_order | string | Sort number in the list | |
required | string | Defines if the option is required |