Change: ShipmentId & transportId format
On August 12th, we will update the shipment ID format. This change will affect the following shipment endpoints and the entityId field in the processStatus response for create shipment requests.
This change should not significantly impact your implementation, as the field type remains a string, although the string will be formatted as a UUID. However, please ensure that your handling of the shipmentId is correct to accommodate this change.
Example of the current format (string):
- "shipmentId": "987654321"
Example of the new format (UUID string):
- "shipmentId": "3f7c9be4-0cd7-4bde-97f7-f611a0cf27c5"
Update 04-06-2025
On August 12th, we will update the transport ID format. It will still be a string, but now structured as a UUID. Please note that after this change, you may still receive the old format for some existing orders. This won't be an issue as long as your system accepts strings.