Create route for new orders

🚧

Header required

The Header x-abbiamo-seller-group-key is required to create orders. Please fill out this field on the upper right corner of this page.

If you don't have one, check the this page to know how to get yours

📘

Rate Limit

There is a global rate limit of 1500 request within a 5-minute window

This endpoint creates multiple orders in the same route. A route consists of a collection of orders that are grouped together and assigned to a driver. The driver_document parameter is optional. When an rote is sent without a driver document, the system create an idle route with no carriers or drivers assigned, allowing it to be assigned later through the dashboard.

Edge cases

  • The driver_document, if provided, must be of a driver assigned to at least one of the sellers from the orders created
  • The response field already_exists indicates whether the order exists or not in the system when the request is made.
  • If one or more orders already exists in the system there are two possible outcomes:
    • they are routable and therefore they'd be assigned together with new orders in the route
    • they are not routable and the request would throw an API error

⛔ Orders cannot be edited with this endpoint that means if one or more order already exists in the system with a different address that the one sent in the request, for example, the old order (with old address) would be grouped in the route

Language
Credentials
Header
Click Try It! to start a request and see the response here!