Question

Hey i'm begginer at Magento 2 and i want to set a new color type to the Color Attribute using REST API. Is it possible? I know this can be done using the admin menu, but i would like to do this using REST API.

Était-ce utile?

La solution

Here is link for magento rest API : https://devdocs.magento.com/swagger/#/ . And you can add color options by this api /V1/products/attributes/{attributeCode}/options POST. Instance is Magento\Catalog\Model\Product\Attribute\OptionManagement-> add($attributeCode, $option);

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top