You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ The test scripts can be found in the [examples](/examples) folder:
51
51
6. International shipping liable to duty with different payment account - [test_6.php](/examples/test_6.php)
52
52
53
53
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
54
61
55
62
56
63
More details will follow soon. This package is WIP.
0 commit comments