API structure has changed
3 structure changes including:
1 Breaking change
1 Addition
1 Modification
1 Removal
Modified
1
Breaking
GET /app/courier/lockers/{lockerUid}
- Path went from
/app/courier/lockers/{externalLockerId}
to/app/courier/lockers/{lockerUid}
(same operationId) - Path
-
externalLockerId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- lockerUid path parameter Added
Removed
1
Breaking
POST /parcels/events
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
POST /parcels/data