Fetch order with Manager Info
GET/manager/order/v1/sources/:source/orders/:orderId
Returns the full detail of a single order for the given source (the ordering marketplace the order came from, e.g. ubereats), enriched with merchant-side information: the current POS injectionState, the injectionEvent that triggered it, any orderIssues, and cancellation details when applicable.
Item and modifier identifiers in the returned order are the store's external (POS) identifiers, so they line up with the merchant's own catalog.
RATE LIMIT: 32 per minute
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Order information was successfully retrieved
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.