Shipwell Pricing API (0.4.2)

Download OpenAPI specification:Download

Historical & forecasted shipping lane price data, at your fingertips.

Get Historical Market Pricing

Attempts to retrieve shipping lane Shipwell Market Composite Data, and then returns the retrieved prices to the caller.

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

  • stops: List of stops in the format, that compose the shipping lane country:US|postal_code:78701.

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

Responses
200

Successful Response

422

Validation Error

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