Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
rates_request_data.php
Go to the documentation of this file.
1 <?php
6 return [
7  [
8  'dest_country_id' => 'US',
9  'dest_region_id' => '12',
10  'dest_region_code' => 'CA',
11  'dest_street' => 'main st1',
12  'dest_city' => 'Los Angeles',
13  'dest_postcode' => '90032',
14  'package_value' => '5',
15  'package_value_with_discount' => '5',
16  'package_weight' => '4.2657',
17  'package_qty' => '1',
18  'package_physical_value' => '5',
19  'free_method_weight' => '5',
20  'store_id' => '1',
21  'website_id' => '1',
22  'free_shipping' => '0',
23  'limit_carrier' => 'null',
24  'base_subtotal_incl_tax' => '5',
25  'orig_country_id' => 'US',
26  'country_id' => 'US',
27  'region_id' => '12',
28  'city' => 'Culver City',
29  'postcode' => '90034',
30  'usps_userid' => '213MAGEN6752',
31  'usps_container' => 'VARIABLE',
32  'usps_size' => 'REGULAR',
33  'girth' => null,
34  'height' => null,
35  'length' => null,
36  'width' => null,
37  ], [
38  'dest_country_id' => 'CA',
39  'dest_postcode' => 'M5V 3G5',
40  'dest_country_name' => 'Canada',
41  'package_value' => '3.2568',
42  'package_value_with_discount' => '5',
43  'package_weight' => '5',
44  'package_qty' => '1',
45  'package_physical_value' => '5',
46  'free_method_weight' => '5',
47  'store_id' => '1',
48  'website_id' => '1',
49  'free_shipping' => '0',
50  'limit_carrier' => 'null',
51  'base_subtotal_incl_tax' => '5',
52  'orig_country_id' => 'US',
53  'country_id' => 'US',
54  'region_id' => '12',
55  'city' => 'Culver City',
56  'postcode' => '90034',
57  'usps_userid' => '213MAGEN6752',
58  'usps_container' => 'VARIABLE',
59  'usps_size' => 'REGULAR',
60  'girth' => null,
61  'height' => null,
62  'length' => null,
63  'width' => null,
64  ]
65 ];