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 Message Resolution
`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: * Go to **Resources > Teams**, *or* * Send the [Show All Teams](ref:team_index) API request.
`Could not find teams by area, and no given zipcode on waypoint.` Confirm that the team's location is configured correctly. * Go to **Resources > Teams**, *or* * Send the [Get Team Details](ref:get_team) API request, then send [Update Team](ref:update_team) with the correct location information.
`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.

Language