- Introduction of API Version 2 to support improved structure and breaking changes.
- Added missing localization fields to enhance multilingual support.
- Prevented unintended updates to Sender fields from the receiver side.
Sender is now allowed to update the following fields:
Subject
ReturnInvoiceNo
DeliveryNoteNumber
- Modified request structure: it now returns options per flow type instead of per claim category.
- Added culture information to provide more concise responses with translated descriptions.
¶ Affected in Both V1 and V2
- Corrected issue where problem packing conditions were not updating correctly.
- Updated garage salutation type from
string to int, using enum values.
SenderInternalNotes → SenderInternalNote
PackagingCondition → PackagingConditions
¶ Both Versions 1 and 2 – Update 25.11.2025
The method GetReceiverShippingLabelSettings have been extended to support pick-up service functionality with the following new properties:
IsUsePickupService
IsPickupLocationRequired
Important Rule:
When IsUsePickupService = true and IsPickupLocationRequired = true, the system enforces that every newly created claim must provide a valid PickupLocation; otherwise, the claim is rejected as invalid.
The Claim model has been extended with a new field:
¶ Both Versions 1 and 2 – Update 04.12.2025
- Added a new endpoint allowing the claim receiver to reopen a claim and update the claim decision.
- A message is required when reopening a claim.
- The message is visible to the sender in the claim history.