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:
- {
- “ProNumber” : “string” ,
- “NotificationType” : “Shipment” ,
- “Events” : [
- “BillChnage”
- ],
- “Emails” : [
- “string”
- ],
- “Urls” : [
- {
- “Value” : “string” ,
- “UserDefinedField1” : “string” ,
- “UserDefinedField2” : “string” ,
- “UserDefinedField3” : “string” ,
- }
- ],
- “Auth” : {
- “TokenURL” : “string” ,
- “ClientID” : “string” ,
- “ClientSecret” : “string” ,
- }
- }
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.