Changelog
Keep track of API changes and version updates with our changelog. It is essential that you review the changelog to understand API changes and ensure that your application is consistent with our most recent enhancements.
2024-11-27
- Added fields to
shipment:rate_requested
event:- Appointment information for each stop (
stops[].appointment
) - More details about commodities (
handling_units
) - Notes from shipper (
notes
) - Deadline to place a bid (
bid_deadline
) - Mileage (
mileage
) - Equipment requirements (
equipment_requirements
) with:- Temperature
- Tarp size
- Tarp type
- With tarp
- Equipment subtypes
- Shipment ID (
shipperguide_id
) - Facility name for each stop (
stops[].facility.name
) - Carrier name, scac, mc and dot number (
carrier
) - Fixed the
date
format in theshipment:rate_requested
event to beYYYY-MM-DD
.
- Appointment information for each stop (
- Added
FBE
to theequipment_type
oftender:*
event. - Added tarp details and equipment subtypes to the
equipment_requirements
oftender:*
event.
2024-11-25
- Added new webhook events:
tender:sent
,tender:accepted
,tender:rejected
,tender:expired
.
2024-11-21
- Added description to all fields of the Submit Rate API.
- Added the flow to reject to bid on a rate request through the Submit Rate API.
- In the Submit Rate API payload, the minimum value for
transit_time
is now1
instead of0
.
2024-10-17
- In the
shipment:rate_requested
event, the fieldsweight
andnotes
are now nullable.