GuidesAPI Reference
Log In
API Reference

Get Quotes

The quotes service check when, who, and at what cost an order can be delivered, considering the order's requirements. This has many uses, including calculating delivery slots for an order, choosing the fastest or cheapest carrier to deliver each order, and sending each order to the team that can deliver it.
Learn more about the Quotes object.

Body Params
boolean

Indicates if the destination is an ASAP waypoint for prioritizing on-demand orders, instructing carriers to provide a single delivery ETA that represents the earliest possible delivery time. Learn more in the Quotes object.

required_skills
array of strings

An array of driver skills or vehicle capabilities required to carry out this order, such as "fridge installation".

required_skills
string

Your ID for the service plan.

int32

Indicates the service an order is a pickup (2), return (3), delivery (dropoff) (4), both pickup and delivery (dropoff) (5), consumer collection (6), service (7), roaming (8).

teams
array of int32s

An array of the Bringg IDs for the quoted teams.

teams
string

Your ID of the team.

team_external_ids
array of strings

An array of your external system's IDs for the quoted teams. If multiple teams are listed, Bringg will check for quotes from all teams in list.

team_external_ids
string

Use to ensure vehicle capacity even if consumer adds last minute items to their order. Bringg calculates according to the higher value, total_handling_units or the aggregated number of handling units in the order.

int32

Use to ensure vehicle capacity even if consumer adds last minute items to their order. Bringg calculates according to the higher value, total_weight or the aggregated weight of all inventory items in the order.

way_points
array of objects

An array of objects containing destination information. Read more about the Way Point object.

way_points
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json