attributes – options
-
Unable to add otions.
I am doing PUT /wc/v3/products/3324 with body { "attributes":?[ ????????{ ????????????"id":?1, ????????????"name":?"VOL", ????????????"position":?1, ????????????"visible":?true, ????????????"variation":?true, ????????????"options":?[ ????????????????"355?ml"???????????????? ????????????] ????????} ????????] }
In response I get
“attributes”: [
{
“id”: 1,
????????????“name”:?“VOL”,
“position”: 1,
“visible”: true,
“variation”: true,
????????????“options”:?[] <—————- ??????
}
The field “options” is not filled. Why?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘attributes – options’ is closed to new replies.