Mark an order as ready to pickup
POST/manager/order/v1/sources/:source/orders/:orderId/ready-to-pickup
Signals that the store has finished preparing the order for the given source and it is ready for the courier or customer to collect. Marks all of the order's station tickets as prepared. Processed asynchronously; returns 202 Accepted.
RATE LIMIT: 32 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order was successfully marked as ready to pickup.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.