Get option for bundle product
/V1/bundle-products/{sku}/options/{optionId}
(Required)
<string>
(Required)
<integer>
Remove bundle option
/V1/bundle-products/{sku}/options/{optionId}
(Required)
<string>
(Required)
<integer>
Add new option for bundle product
/V1/bundle-products/options/{optionId}
(Required)
<string>
application/json
{"option":{"option_id":"<integer>","title":"<string>","required":"<boolean>","type":"<string>","position":"<integer>","sku":"<string>","product_links":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"extension_attributes":"<object>"}}