Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 1f414e0

Browse files
committed
added some hints to readme
1 parent 7d0866e commit 1f414e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ The test scripts can be found in the [examples](/examples) folder:
5151
6. International shipping liable to duty with different payment account - [test_6.php](/examples/test_6.php)
5252

5353

54+
## Things i've learned during testing the API
55+
56+
- The "InternationalDetail" part is mandatory even if its national package
57+
- StreetName and StreetNumber in der Address don't have any effect right now, the "StreetLines" field is always used
58+
- Company Name in the Recipient address is the name on the package (first line)
59+
- Package Dimensions are mandatory, but they don't have to be exact (DHL will check them anyway) - so it is possible to always use the smallest package size you have
60+
- "StreetLine" could **not** be used for any additional name - use "StreetLines2" for this - always use it for street name and number
5461

5562

5663
More details will follow soon. This package is WIP.

0 commit comments

Comments
 (0)