Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
advanced_price_variation_1.php
Go to the documentation of this file.
1 <?php
7 return [
8  'entity_0' => [
9  'data_0' => [
10  'sku' => '%sku%',
11  'tier_price_website' => "All Websites [USD]",
12  'tier_price_customer_group' => "NOT LOGGED IN",
13  'tier_price_qty' => '10',
14  'tier_price' => '9.00',
15  'tier_price_value_type' => 'Fixed',
16  ],
17  'data_1' => [
18  'sku' => '%sku%',
19  'tier_price_website' => "All Websites [USD]",
20  'tier_price_customer_group' => 'General',
21  'tier_price_qty' => '10',
22  'tier_price' => '8.00',
23  'tier_price_value_type' => 'Fixed',
24  ]
25  ],
26 ];