Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
rates_request_data_dhl.php
Go to the documentation of this file.
1 <?php
6 return [
7  'data' => [
8  'dest_country_id' => 'DE',
9  'dest_region_id' => '82',
10  'dest_region_code' => 'BER',
11  'dest_street' => 'Turmstraße 17',
12  'dest_city' => 'Berlin',
13  'dest_postcode' => '10559',
14  'dest_postal' => '10559',
15  'package_value' => '5',
16  'package_value_with_discount' => '5',
17  'package_weight' => '8.2657',
18  'package_qty' => '1',
19  'package_physical_value' => '5',
20  'free_method_weight' => '5',
21  'store_id' => '1',
22  'website_id' => '1',
23  'free_shipping' => '0',
24  'limit_carrier' => null,
25  'base_subtotal_incl_tax' => '5',
26  'orig_country_id' => 'US',
27  'country_id' => 'US',
28  'region_id' => '12',
29  'city' => 'Fremont',
30  'postcode' => '94538',
31  'dhl_id' => 'MAGEN_8501',
32  'dhl_password' => 'QR2GO1U74X',
33  'dhl_account' => '799909537',
34  'dhl_shipping_intl_key' => '54233F2B2C4E5C4B4C5E5A59565530554B405641475D5659',
35  'girth' => null,
36  'height' => null,
37  'length' => null,
38  'width' => null,
39  'weight' => 1,
40  'dhl_shipment_type' => 'P',
41  'dhl_duitable' => 0,
42  'dhl_duty_payment_type' => 'R',
43  'dhl_content_desc' => 'Big Box',
44  'limit_method' => 'IE',
45  'ship_date' => '2014-01-09',
46  'action' => 'RateEstimate',
47  'all_items' => [],
48  ]
49 ];