Update attribute option
/V1/products/attributes/{attributeCode}/options/{optionId}
(Required)
<string>
(Required)
<integer>
application/json
{"option":{"label":"Duis Lorem in sit","value":"velit eu in qui","sort_order":37793088,"is_default":true,"store_labels":[{"store_id":{"value":"<Error: Too many levels of nesting to fake this schema>"},"label":{"value":"<Error: Too many levels of nesting to fake this schema>"}},{"store_id":{"value":"<Error: Too many levels of nesting to fake this schema>"},"label":{"value":"<Error: Too many levels of nesting to fake this schema>"}}]}}
Delete option from attribute
/V1/products/attributes/{attributeCode}/options/{optionId}
(Required)
<string>
(Required)
<string>
Retrieve list of attribute options
/V1/products/attributes/{attributeCode}/options
(Required)
<string>
Add option to attribute
/V1/products/attributes/{attributeCode}/options
(Required)
<string>
application/json
{"option":{"label":"Duis Lorem in sit","value":"velit eu in qui","sort_order":37793088,"is_default":true,"store_labels":[{"store_id":{"value":"<Error: Too many levels of nesting to fake this schema>"},"label":{"value":"<Error: Too many levels of nesting to fake this schema>"}},{"store_id":{"value":"<Error: Too many levels of nesting to fake this schema>"},"label":{"value":"<Error: Too many levels of nesting to fake this schema>"}}]}}