Freight Spot Quote

Obtain a spot price quote for a freight shipment. Spot quotes are typically discounted rates based on excess carrier capacity vs contractual rates. The carrier will return the service level they are able to offer as opposed to specifying the desired service level in the request.

Note: in terms of user workflow for spot quotes, the expectation is that the quote ID coming back from the carrier is included on the BOL they provide the carrier at the time of pickup, allowing the carrier to match the shipment to the original quote and invoice it correctly. Additionally, as spot quotes can expire, if the quote has expired at the time of pickup a new spot quote should be created to include in the BOL.

SecurityFreightApiCode
Request
Request Body schema: application/json
transaction_id
required
string
scac
required
string

The NMFTA Standard Carrier Alpha Code is used to identify a freight carrier within the transportation industry.

auth
object

The carrier authorization information needed to fulfill this request.

required
object
required
Array of objects (Container)
required
object

The dimensions and weight consumed by the shipment once loaded in the trailer

Array of objects (AccessorialService)

Accessorial services required for delivery

required
object
required
object
required
object (BillingParty)
required
object (RequestingParty)
Responses
200

OK

400

Bad Request

429

Too Many Requests

500

Internal Server Error

520

External Server Error

post/freight-spot-quote
Request samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "auth": { },
  • "pickup": {
    },
  • "containers": [
    ],
  • "shipment_measurements": {
    },
  • "accessorials": [
    ],
  • "ship_from": {
    },
  • "ship_to": {
    },
  • "bill_to": {
    },
  • "requested_by": {
    }
}
Response samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "results": [
    ]
}