<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <duty_and_tax>
            <general>
                <status>0</status>
                <tax_label>Import Tax</tax_label>
                <duty_label>Import Duty</duty_label>
                <duty_and_tax_label>Import Duties &amp; Taxes</duty_and_tax_label>
                <rate_limit_threshold>5</rate_limit_threshold>
                <rate_limit_timeframe>3600</rate_limit_timeframe>
                <global_rate_limit_threshold>100</global_rate_limit_threshold>
                <global_rate_limit_timeframe>86400</global_rate_limit_timeframe>
                <rate_limit_notify_email>itsupport@zhik.com</rate_limit_notify_email>
                <hs_source>hs_code</hs_source>
            </general>
            <dhl_connection>
                <sandbox_mode>1</sandbox_mode>
                <api_url>https://api.dhlecs.com/</api_url>
                <api_url_sandbox>https://api-sandbox.dhlecs.com/</api_url_sandbox>
            </dhl_connection>
        </duty_and_tax>
        <sales>
            <totals_sort>
                <duty_and_tax>50</duty_and_tax>
            </totals_sort>
        </sales>
    </default>
</config>
