Release Notes

  • Consignments will get rejected if the courier brand is unable to deliver the freight due to disruptions in the network

  • Added service-availability endpoint to check whether we are able to deliver freight to a destination for a given service type.

  • Improvements to the email validation regex to capture invalid email addresses.

updated the email validation to only allow valid email address characters

Receiver email address is now optional rather than mandatory

  • Provide enough information in response to creating a consignment to allow a user to create their own label. Information that has been added:

    • Human readable barcode string

    • Delivery branch code

    • Delivery run

    • Non Urban flag

Corrected response Consignment Cancellation type

The response type was incorrectly defined in the spec and did not match actually what was being returned. The api specification has been updated from application/json to text/plain in the ‘/v1/carriers/{carrierName}/customers/{customerId}/consignments/{consignmentId}/cancellationrequests’ endpoint. NOTE: This update is purely in documentation and there has been no change to the api itself.