File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 148
148
<requiredEntity type =" custom_attribute_array" >ApiProductDescription</requiredEntity >
149
149
<requiredEntity type =" custom_attribute_array" >ApiProductShortDescription</requiredEntity >
150
150
</entity >
151
+ <entity name =" _newDefaultProduct" type =" product" >
152
+ <data key =" sku" unique =" suffix" >testSku</data >
153
+ <data key =" type_id" >simple</data >
154
+ <data key =" attribute_set_id" >4</data >
155
+ <data key =" visibility" >4</data >
156
+ <data key =" name" unique =" suffix" >testproductname</data >
157
+ <data key =" price" >123.00</data >
158
+ <data key =" urlKey" unique =" suffix" >testurlkey</data >
159
+ <data key =" status" >1</data >
160
+ <data key =" quantity" >100</data >
161
+ <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
162
+ <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
163
+ </entity >
151
164
</entities >
You can’t perform that action at this time.
0 commit comments