Hi, @shameemreza
I have a product with empty attribute options:
GET /wp-json/wc/v3/products/2639
"attributes": [
{
"id": 1,
"name": "ОБЪЕМ",
"position": 2,
"visible": true,
"variation": true,
"options": []
}
]
I want to add options:
PUT /wp-json/wc/v3/products/2639
"attributes": [
{
"id": 1,
"name": "ОБЪЕМ",
"position": 2,
"visible": true,
"variation": true,
"options": [
"340 мл",
"739 мл"
]
}
]
The request does not return an error, but the options remain empty.
If I look at attribute terms, i see this terms:
GET /wp-json/wc/v3/products/attributes/1/terms