Mark an order as fulfilled
POST/manager/order/v1/sources/:source/orders/:orderId/fulfill
Marks the order for the given source as handed off / fulfilled — the final operational step, once the order has been given to the courier or customer. Processed asynchronously; returns 202 Accepted.
RATE LIMIT: 32 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order was successfully marked as fulfilled.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.