Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
advanced_price_variation_4.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' => 'base',
12  'tier_price_customer_group' => 'ALL GROUPS',
13  'tier_price_qty' => '95',
14  'tier_price' => '5.00',
15  'tier_price_value_type' => 'Fixed',
16 
17  ],
18  'data_1' => [
19  'sku' => '%sku%',
20  'tier_price_website' => '%code%',
21  'tier_price_customer_group' => 'ALL GROUPS',
22  'tier_price_qty' => '95',
23  'tier_price' => '5.00',
24  'tier_price_value_type' => 'Fixed',
25  ],
26  ],
27 ];