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.

Potential Errors
Error MessageResolution
No quote configuration found.
  • Check if carriers have been configured correctly.
  • Check if delivery slots have been set up for each day of the week.
  • Confirm that the service plan listed has been configured correctly.
Failed to find external team id.Check the team's ID and confirm that it has been configured correctly:
Could not find teams by area, and no given zipcode on waypoint.Confirm that the team's location is configured correctly.
No constrains supplied in request, need at least one time constraint.Confirm that time windows have been included in the payload and that they are correct.
Possible issues may include:
  • Start date in the past
  • More than four days between start and end dates
Invalid end date.Confirm that an end date has been included in the payload and that it is correct.
Possible issues may include:
  • End date in the past
  • More than four days between start and end dates
No quotes found.
  • Check if carriers have been configured correctly.
  • Check if delivery slots have been set up for each day of the week.
  • Confirm that the service plan listed has been configured correctly.
Failed to get available quotes.This may mean that there was an internal error. Send the payload again and contact your Bringg support representative if you continue to receive this error.

Response (Output) Params

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