query

Get Order

Query to fetch a single order by its identifier.

Query
GET/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.0PostgreSQL database that is the system of record for orders and their items.MapView docs.

Architecture diagram

Schema

Event-driven architecture documentation: Acme Inc

JSON Schema

13 properties

Query to fetch a single order by its identifier, and the order returned

requestobject
required

Parameters used to look up the order

responseobject
required

The order returned by the query