Domanda

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.

È stato utile?

Soluzione

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);

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top