Type
magento2-module
A Magento 2 module which allows product creation with extended attribute option labels
magento2-module
MIT
None
None
None
None
None
A Magento 2 module that adds the following extension attributes. * Attribute code field in configurable product options: Endpoints can now specify an attribute code for a configurable product option. * Configurable product linked skus: Endpoints can now specify product skus as configurable product links
magento/framework
100 or newermagento/module-catalog
101 or newermagento/module-eav
100 or newermagento/module-configurable-product
100 or newercomposer require snowio/magento2-extended-product-repository
php bin/magento module:enable SnowIO_ExtendedProductRepository
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
attribute_code
that enables the endpoint specify the attribute code for a configurable product option.{
"product": {
"type_id": "configurable",
"sku": "test-from-snowio-configurable",
"attribute_set_id": 11,
"name": "test from snow.io configurable",
"price": 10,
"visibility": 4,
"status": 1,
"custom_attributes": {
"axis_size": "s_xxl",
"url_key": "test-from-snowio-configurable.html"
},
"extension_attributes": {
"configurable_product_options": [
{
"extension_attributes": {
"attribute_code": "axis_size"
}
}
],
"configurable_product_linked_skus": [
"test-from-snowio-simple"
]
}
}
}
This software is licensed under the MIT License. View the license