Get My Price Forecast

Forecasts a shipping lane price.

  • equipment_type: Equipment type the lane was run with - DRY_VAN, REEFER or FLATBED

  • stops: List of stops in the format country:US|postal_code:78701

  • pickup_date: Enter planned pickup date for your shipment 2021-02-03.

  • description: Total-to-truck forecasted price.

SecurityAPIKeyHeader
Request
query Parameters
equipment_type
required
string (EquipmentType)

An enumeration.

Enum: "DRY_VAN" "REEFER" "FLATBED"
stops
required
Array of strings (List of Stops) country:US\|postal_code:[0-9]{5}(?:-[0-9]{4})...

List of stops in the format country:US|postal_code:78701

pickup_date
string <date> (Pickup Date)
Default: "2021-02-26"
Responses
200

Successful Response

422

Validation Error

get/forecast
Response samples
application/json
{
  • "errors": [ ],
  • "data": {
    }
}
Copyright © Shipwell 2025. All right reserved.