Post Product Attribute Value Set
POST {{baseUrl}}/product.attribute.value.set.json?product_id=<string>&attribute_id=<string>&attribute_group_id=<string>&attribute_name=<string>&value=<string>&value_id=<string>&lang_id=<string>&store_id=<string>
Set attribute value to product.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
product_id | string | Defines the product where the price has to be deleted | |
attribute_id | string | Retrieves info for specified attribute_id | |
attribute_group_id | string | Filter by attribute_group_id | |
attribute_name | string | Define attribute name | |
value | string | Defines condition value, can be comma separated according to the operator. | |
value_id | string | Define attribute value id | |
lang_id | string | Language id | |
store_id | string | Defines store id where the webhook should be assigned |