diff --git a/inventory/shipping/setup.rst b/inventory/shipping/setup.rst index e59a812cf..c67e90878 100644 --- a/inventory/shipping/setup.rst +++ b/inventory/shipping/setup.rst @@ -8,4 +8,5 @@ Shipping Setup setup/delivery_method setup/third_party_shipper - setup/ups_credentials \ No newline at end of file + setup/ups_credentials + setup/dhl_credentials \ No newline at end of file diff --git a/inventory/shipping/setup/dhl_credentials.rst b/inventory/shipping/setup/dhl_credentials.rst new file mode 100644 index 000000000..7dfebf094 --- /dev/null +++ b/inventory/shipping/setup/dhl_credentials.rst @@ -0,0 +1,30 @@ +===================================================== +How to get DHL credentials for integration with Odoo? +===================================================== + +In order to use the Odoo DHL API, you will need: + +- A DHL.com SiteID + +- A DHL Password + +- A DHL Account Number + + +Getting SiteID and password for countries other than United States (UK and Rest of the world) +==================================================================== + +You should contact DHL account manager and request integration for XML Express API. The presales should provide you live credentials. + +Getting SiteID and Password for United States +============================================== + +You need to write to xmlrequests@dhl.com along with your full Account details like account number, region, address, etc. to get API Access. + +In meantime, for testing the solution, you can use the tests credentials as given in the demo data: + +- **SiteID**: CustomerTest + +- **Password**: alkd89nBV + +- **DHL Account Number**: 803921577 \ No newline at end of file