Request order confirmation
POST/manager/order/v1/sources/:source/orders/:orderId/confirm
Confirms (accepts) the order for the given source on behalf of the store — the typical action a POS takes when the merchant accepts an incoming order. Optionally include estimatedPrepTimeMinutes to communicate how long the order will take to prepare. Processed asynchronously; returns 202 Accepted.
RATE LIMIT: 32 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order confirmation request was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.