query

Get Product

Query to fetch a single product by its identifier.

Query
GET/products/{productId}

Overview

GetProduct is handled by the Product APIProduct APIServicev1.0.0The public-facing API for the product catalog. Handles commands to create, update and delete products, serves product re...Subscribescreate-product, update-product +2APIsOpenAPIOwnerproduct-platformMapRepoView docs. It returns the current state of a single product, read directly from the Product DatabaseProduct DatabaseContainerv1.0.0PostgreSQL database that is the system of record for all product data.MapView docs. Use the Search SystemSearch SystemSystemv1.0.0Internal system that keeps product data searchable. Consumes product change events from the Product Catalog System, main...Ownersearch-platformMapView docs when you need to search across many products instead.

Architecture diagram

Schema

Event-driven architecture documentation: Acme Inc

JSON Schema

11 properties

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

requestobject
required

Parameters used to look up the product

responseobject
required

The product returned by the query