Get Order
Query to fetch a single order by its identifier.
/orders/{orderId}Overview
GetOrder is handled by the Order ServiceOrder ServiceServicev1.0.0The system of record for orders. Creates and cancels orders, serves order lookups, and publishes events as orders move t...Publishesorder-created, order-completed +1Subscribescreate-order, cancel-order +1APIsAsyncAPIOwnerordering-platformMapRepoView docs. It returns the current state of a single order, read directly from the Order DatabaseOrder DatabaseContainerv1.0.0
PostgreSQL database that is the system of record for orders and their items.MapView docs.
Architecture diagram
Schema
JSON Schema
Query to fetch a single order by its identifier, and the order returned
Parameters used to look up the order
The order returned by the query