Skip to main content

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 the shipment:rate_requested event to be YYYY-MM-DD.
  • Added FBE to the equipment_type of tender:* event.
  • Added tarp details and equipment subtypes to the equipment_requirements of tender:* 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 now 1 instead of 0.

2024-10-17

  • In the shipment:rate_requested event, the fields weight and notes are now nullable.