wanted, given the current selected selection. The server pre-selects DE country option if the product has country options and no country was provided in selected. Note: the body's required keys are selected (map) and wanted (array); selected is normalized to [] server-side if missing — but the documented contract is that callers send both.{
"selected": {
"a1111111-1111-1111-1111-111111111111": "o1111111-1111-1111-1111-111111111111"
},
"wanted": [
"a2222222-2222-2222-2222-222222222222"
]
}{
"jsonapi": {
"version": "1.0"
},
"data": {
"type": "options_configuration",
"id": "opt-cfg-1",
"attributes": {
"selected": [
"independent-option-id-1"
],
"wanted": [],
"configurations": []
}
}
}