Retrieve Quote

Returns the quote from Get Rate. A booked quote also includes sender, recipient, and booked_at.

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

idstringRequired
Parcel quote token

Response

OK
idstring

Stable public quote identifier. Use as quote_id when creating a booking.

statusenum

Always pending on create.

laneobject

Origin/destination pair from lane_code.

commodityobject

Commodity from commodity_code. Does not change pricing.

transport_modeenum

Unified-flow mode.

totaldouble

NGN grand total (freight rate plus charges).

estimated_delivery_datedate
Estimated delivery date.
created_atdatetime
Quote creation timestamp.
rateobject

Freight rate for this quote. Use id as rate_id when creating a booking.

chargeslist of objects

Additional fees included in total. A charge id is not a bookable rate id.

Errors

401
Unauthorized Error
404
Not Found Error