-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Hi ,
I want to use the DHL api shipment tracking service from gemany.
How can I create account : I mean
return array(
'dhl' => array(
'id' => 'Your_DHL_ID',
'pass' => 'Your_DHL_Password',
'shipperAccountNumber' => 'Your_Number',
'billingAccountNumber' => 'Your_Number',
'dutyAccountNumber' => 'Your_Number',
),
);
Here what is 'id' => 'Your_DHL_ID' and password
I tried to create an account as mentioned in the doc. But I git a mail saying that
http://www.dhl.com/en/express/resource_center/integrated_shipping_solutions.html
Just click on “Start developing with DHL XML Services” and select your country. Then, select “Request DHL Integration Solutions Toolkit / Developer Guides” and choose your country again under “Choose a Location”.
But when I go to this link there is no option to select select “Request DHL Integration Solutions Toolkit / Developer Guides”
Can someone help here ?