File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 79
79
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
80
80
</entity >
81
81
<!-- Configurable product from file "export_import_configurable_product.csv"-->
82
- <entity name =" ApiConfigurableExportImportProduct" type =" product" >
82
+ <entity name =" ApiConfigurableExportImportProduct" extends = " ApiConfigurableProduct " type =" product" >
83
83
<data key =" sku" >api-configurable-export-import-product</data >
84
- <data key =" type_id" >configurable</data >
85
- <data key =" attribute_set_id" >4</data >
86
- <data key =" visibility" >4</data >
87
84
<data key =" name" >API Configurable Export Import Product</data >
88
85
<data key =" urlKey" >api-configurable-export-import-product</data >
89
- <data key =" price" >123.00</data >
90
- <data key =" weight" >2</data >
91
- <data key =" status" >1</data >
92
- <data key =" quantity" >100</data >
93
- <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
94
- <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
95
86
</entity >
96
87
</entities >
You can’t perform that action at this time.
0 commit comments