API Update: Push Notification and more

| 05 May 2025 | Category: Release Notes


We are pleased to announce that we just released a new update to the API including the following enhancements:

We’ve added a new Bill Change event to our push notification endpoint. Now, you can subscribe to our push notifications using this event and receive an update when a change to your bill occurs receiving the new bill type as well.

You can use the new event in both of these methods:

Example of a request:

  1. {
  2. “ProNumber” : “string” ,
  3. “NotificationType” : “Shipment” ,
  4. “Events” : [
  5. “BillChnage”
  6. ],
  7. “Emails” : [
  8. “string”
  9. ],
  10. “Urls” : [
  11. {
  12. “Value” : “string” ,
  13. “UserDefinedField1” : “string” ,
  14. “UserDefinedField2” : “string” ,
  15. “UserDefinedField3” : “string” ,
  16. }
  17. ],
  18. “Auth” : {
  19. “TokenURL” : “string” ,
  20. “ClientID” : “string” ,
  21. “ClientSecret” : “string” ,
  22. }
  23. }

 

We’ve made a change to our Bill of Lading allowing our customers to schedule Delivery Without Signature shipments without having to add a Residential Delivery accessorial.

We’ve made minor break fixes and validation improvements.

As always, please let us know if you have any questions or concerns.