Group incoming orders

Hi! We run a food delivery service.
We deliver food form several restaurants to customers in London.
My question is about grouping orders:

If the first order comes in and we create the pickup and dropoff for it, and then 5 minutes later we get another order that we’d like to group with the first one, which API call should we use? The update job one or something else?

Many thanks,
Ioana

Hi @Iona,

Unfortunately you can not add a new drop once the job is created.
To group orders you should specify the grouping when creating the job.

So you can imagine to keep your orders a certain amount of time before creating a job regrouping them or introduce a cut off time at which the jobs are created with all the orders.

Best Regards,

1 Like