Get Product
Query to fetch a single product by its identifier.
/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.0
PostgreSQL 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
JSON Schema
Query to fetch a single product by its identifier, and the product returned
Parameters used to look up the product
The product returned by the query