Contents
- Integration Support
- UBsend APIs
- Integration Troubleshooting
- Invalid service parameter, Service ‘PSD’ Status Code: 400
- Unauthorized access for clientId=[XXXX]
- 400 Shipment submit failure: Shipment booking failed. Internal service call failed.
- Bad Request: Error 1:- Error Path:/dataElement/cPAN/addresses/recipient/street1;
- Error Message: Value is longer than maximum length
- Carrier [enum] is not available for the active client [XXXX]
- Carrier or Product specific Errors
UBsend APIs
Integration Troubleshooting
Invalid service parameter, Service ‘PSD’
Status Code: 400
Unauthorized access for clientId=[XXXX]
400 Shipment submit failure: Shipment booking failed. Internal service call failed.
Bad Request: Error 1:- Error Path:/dataElement/cPAN/addresses/recipient/street1;
Error Message: Value is longer than maximum length
Carrier [enum] is not available for the active client [XXXX]
Carrier or Product specific Errors
Pickup Products
-
Remember to add pickup information into the booking request
-
For testing, pickup time must be later than now for pickup products
Example:
},
"collectionInfo": {
"type": "PICK_UP",
"date": "2026-03-06",
"preferredTime": ,
Parcelforce
You tried to book a Parcelforce product in your Staging environment and got the following error message:
"status": 501,
"error": "Not Implemented",
"message": "Couldn't find a suitable HUB configuration for postal code 'London West Depot' and date '2026-01-20'"
Solution:
We are regularly updating hub addresses in our Staging environment but this one might be most recently changed/deleted by the carrier. Please reach out to your technical contact in your implementation project or to our Support team
GLS PUDO Shop Finder
If you have trouble locating parcel shops it may be due to the country specification in the carrier enum
Solution:
For GLS shipments in different countries, use the “GLS_INT” as the carrier parameter instead of country-specific parameters, such as “GLS_DK”.
GLS Czech Republic
You tried to book a Pudo product with GLS in Czech Republic and got the following response.
Error example:
"status": 400,
"error": "Bad Request",
"message": "GLS CZ Parcel Shop product requires a valid Czech mobile phone number for the recipient.",
"path": "/shipments/label",
Solution:
Czech mobile phone numbers have a specific length and number prefix. Refer to the mobile phone list in Wikipedia.
Deutsche Post
Packstation pickup booking errors
Solution:
For Deutsche Post products that require pickup from a “Packstation” (e.g., for the enums DEUTSCHE_POST_DE_PAKET, DEUTSCHE_POST_DE_LOCKER), it is mandatory to enter your customer number in field “deliveryInstructions”.


