These docs are for v1.0. Click to read the latest docs for v2024.09.

Discussions

Ask a Question
Back to All

Incorrect product codes in API request

Hi,
We have been advised by DHL that we are currently using incorrect product codes in our API request. They have told us this needs to be updated in the XML request that is sent to DHL. Please find below the correct code they have asked us to update:

Incorrect – 8 = XEP (Invalid)

      <GlobalProductCode>8</GlobalProductCode>

      <LocalProductCode>8</LocalProductCode>

Correct – P = WPX (Valid)

      <GlobalProductCode>P</GlobalProductCode>

      <LocalProductCode>P</LocalProductCode>