Get Quotes

The quotes service check when, who, and at what cost an order can be delivered, considering the order's requirement.
This has many uses, including:
Calculating delivery slots for an order.
Choosing the fastest or cheapest delivery provider to deliver each order.
Sending each order to the team that can deliver it.

Response (Output) Params
FieldDescription
id
string
The Id of a quote received from Get Quote response.
success
boolean
Indicates whether the service completed successfully. The values are:
Possible values:
false or 0 - the service failed.
true or 1 - the service succeeded.
The default value is false.
message
string
A descriptive message indicating success or the reason for failure.
available
boolean
Indicates whether a time window is available for this quote.
Possible values:
false or 0 - time windows are not available for this quote.
true or 1 - time windows are available for this quote.
The default value is false.
availability_windows
array of objects
An array of window objects containing the details of time windows available for this quote.
delivery_terms_supported
boolean
Indicates whether the carrier is qualified to deliver the order according to your “soft constraint” delivery terms. Carriers that do not meet order requirements for “hard constraint” delivery terms are not included in quotes.
Possible values:
false or 0 - the carrier is not qualified to deliver the order.
true or 1 - the carrier is qualified to deliver the order.
The default value is false.
dropoff_window
array of objects
An array of window objects containing the details of time windows available for this quote. Includes start_time and end_time.
expiry_time
datetime
The date and time this window expires.
fee
Pending Update
Pending Update
fleet
object
An object containing detailed information about the fleet for this time window, include name, type, and id.
green
boolean
Indicates whether the fleet can perform an eco-friendly fulfillment.
priority
int32
The priority of a team delivering for a certain address.
quote_errors
srray
Lists any errors when trying to obtain the quotes.
team
array of objects
Includes details of the team that can fulfill the order.
team_id
Int32
Bringg's Id for the teams that can fulfill the order.
team_external_id
string
Your ID for the team that can fulfill the order.
window_start
datetime
The date and time the delivery, pickup, or delivery and pickup window starts.
window_end
datetime
The date and time the delivery, pickup, or delivery and pickup window ends.
window_id
Int32
The Id of this window.
window_quote_id
uuid
A globally unique identifier for this time window.

Language