get https://partners.deliveroo.com/api/v1/picking/restaurants//orders/active
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:
Orders can be automatically accepted in case site configuration enables it.
In case orders are not accepted they are automatically rejected. After 3 rejections in the period of 15 minutes site is automatically closed.
Rate Limit
There's a rate limit of 1 request per minute. If you get over the limit, you'll get "Too many requests" error.