put https://partners.deliveroo.com/api/v1/picking/orders//reject
Summary
Allows the partner to reject an order. It can only be called once per order.
Usage scenario
Site would like to indicate that it is unable to fulfill the order.
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.