Reach DHL
Install
Install the Reach DHL app, by following link to install the app:
https://shopify-admin.gointerpay.net/apps/reach-dhl/public?shop=<store_domain>
<store_domain> should look like: your-store-name.myshopify.com
checkout.liquid
Add snippet to checkout.liquid, at the very end of
<!-- Reach DHL Script -->
<script
id="gointerpay_localize"
src="https://assets.rch.io/shopify/flc.js"
data-flc_only="true">
</script>
Configure DHL settings
Navigate to Apps > Reach DHL > Carrier tab and enter your DHL credentials
Enabling the carrier will make the custom shipping options show up on the shipping step in checkout.
After the Carrier is enabled, navigate to Settings > Shipping and remove the DHL Carrier from any domestic shipping zone ie. any zone for the same country as your shipping origin.
Configure Shipping Options
Navigate to the Apps > Reach DHL > Shipping tab and configure the shipping zones and rates
Checking include duties will add the DHL duties quote to the amount for that rate.
Field | Description |
---|---|
Shipping Zone Name | Label for the shipping zone, not shown to user. |
Countries | |
Rates | List of rate brackets |
Order | Order is simply used for organizing the rates in the admin. It does not denote the order of the shipping rates, since Shopify will order them based on amount automatically. |
Name | The displayed name of the shipping option which the customer selects during checkout. |
Amount | Base rate of the shipping option in the store currency. |
Order Min | Minimum value of the order subtotal. If left blank, will match any order subtotal below Order Max. |
Order Max | Maximum value of the order subtotal. If left blank, will match any order subtotal above Order Min. |
Include Duties | If checked, the additional Duty/Tax will be added to the Shipping Method amount, and broken out as a separate line item in the Order Summary (optional). |
Enabled | Enable or disable the rate. Disabled rates will not be shown to the customer. |
Configure HS Codes
Navigate to the Apps > Reach DHL > HS Codes tab and upload the HS Codes CSV file to have the correct HS Codes mapped to products.
name,sku,hs_code,country_code
my-product-name,ABC123,1806.20,CA
other-product-name,DEF456,2106.90.48,US
Column | Required | Notes |
---|---|---|
name | Yes | Display name of the product. |
sku | Yes | Product SKU configured within Shopify. |
hs_code | No | The HS code to use on the product for estimating DHL duties/taxes. |
country_code | No | The Country of origin to use on the product for estimating DHL duties/taxes. |
Updated over 4 years ago