commercetools/commercetools-sdk-java-v2

Need help on updating one of the Product level attribute

Opened this issue · 0 comments

I want to Java SDK to update one of the Product level attribute.
I was going through the below documentation but need example for it
https://commercetools.github.io/commercetools-sdk-java-v2/javadoc/com/commercetools/api/models/product/ProductSetAttributeInAllVariantsActionBuilder.html.

Lets suppose I have one boolean attribute in product named "isAvailable" I want to update this as true/false.

Please help me on it.