Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
products_variation_1.php
Go to the documentation of this file.
1 <?php
7 return [
8  'entity_0' => [
9  'data_0' => [
10  'sku' => '%sku%',
11  'product_type' => "simple",
12  'name' => '%name%',
13  'price' => '999.00',
14  'url_key' => '%url_key%',
15  'qty' => '999',
16  ],
17  ],
18  'entity_1' => [
19  'data_0' => [
20  'sku' => '%sku%',
21  'product_type' => "simple",
22  'name' => '%name%',
23  'price' => '999.00',
24  'url_key' => '%url_key%',
25  'qty' => '999',
26  ],
27  ],
28  'entity_2' => [
29  'data_0' => [
30  'sku' => '%sku%',
31  'product_type' => "simple",
32  'name' => '%name%',
33  'price' => '%price%.00',
34  'url_key' => '%url_key%',
35  'qty' => '%qty%',
36  ],
37  ],
38 ];