get https://api.developers.deliveroo.com/order/picking/v1/sites//orders/active
Summary
Allows to fetch all active orders for a specific site.
This means orders that are in the PLACED
status and are awaiting action from the site side, like:
Usage scenario
Site would like to get a list of all active, PLACED
, orders.
Business constraints
Orders can be automatically accepted in case site configuration enables it. In that case active orders list might be empty.
Discuss this option with your dedicated Technical Integration Manager.
In case orders are not accepted they are automatically rejected. After 3 rejections in the period of 15 minutes site is automatically closed.
Operational constraints
There's a rate limit of 1 request per order per 30 seconds. If you get over the limit, you'll get "Too many requests" error.