Insurance, DDP and Saturday all have extra fee's and it would be helpful if we could show these when we generate quotes for DHL packages.
The service codes are as follows:
Duties and Taxes paid – Special service code DD to be added
Saturday Delivery – Special Service Code of AA to be added
Insurance – special code of II to be added to request. (Also need to send through InsuredValue and InsuredCurrency as shown in code below)
You can have multiple service codes also, please see excerpt of quotes request with how you add these:
<QtdShp>
<QtdShpExChrg>
<SpecialServiceType>II</SpecialServiceType>
</QtdShpExChrg>
<QtdShpExChrg>
<SpecialServiceType>AA</SpecialServiceType>
</QtdShpExChrg>
<QtdShpExChrg>
<SpecialServiceType>DD</SpecialServiceType>
</QtdShpExChrg>
</QtdShp>
<InsuredValue>400.000</InsuredValue>
<InsuredCurrency>USD</InsuredCurrency>
</BkgDetails>