put https://partners.deliveroo.com/api/v1/picking/orders//accept
Summary
Allows partners to accept an order. It can be only called once per order.
Usage scenario
Site would like to indicate that the order can be fulfilled.
Business constraints
- Order has to be in the
PLACED
status.
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.