{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.4", "title": "Not Found", "status": 404, "detail": "Product with id '5334c996-8457-4cf0-815c-ed2b77c4ff61' was not found."}
Catalog Service
Catalog API Reference
Complete API documentation for the Catalog service
{ "products": [ { "id": "5334c996-8457-4cf0-815c-ed2b77c4ff61", "name": "IPhone X", "category": ["Smart Phone"], "description": "This phone is the company's biggest change to its flagship smartphone in years. It includes a borderless.", "imageFile": "product-1.png", "price": 950.00 }, { "id": "c67d6323-e8b1-4bdf-9a75-b0d0d2e7e914", "name": "Samsung 10", "category": ["Smart Phone"], "description": "This phone is the company's biggest change to its flagship smartphone in years. It includes a borderless.", "imageFile": "product-2.png", "price": 840.00 } ]}
{ "product": { "id": "5334c996-8457-4cf0-815c-ed2b77c4ff61", "name": "IPhone X", "category": ["Smart Phone"], "description": "This phone is the company's biggest change to its flagship smartphone in years. It includes a borderless.", "imageFile": "product-1.png", "price": 950.00 }}
{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.4", "title": "Not Found", "status": 404, "detail": "Product with id '5334c996-8457-4cf0-815c-ed2b77c4ff61' was not found."}
{ "products": [ { "id": "5334c996-8457-4cf0-815c-ed2b77c4ff61", "name": "IPhone X", "category": ["Smart Phone"], "description": "This phone is the company's biggest change to its flagship smartphone in years. It includes a borderless.", "imageFile": "product-1.png", "price": 950.00 }, { "id": "c67d6323-e8b1-4bdf-9a75-b0d0d2e7e914", "name": "Samsung 10", "category": ["Smart Phone"], "description": "This phone is the company's biggest change to its flagship smartphone in years. It includes a borderless.", "imageFile": "product-2.png", "price": 840.00 } ]}
{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors occurred.", "status": 400, "errors": { "Name": ["Name is required"], "Price": ["Price must be greater than 0"] }}
{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.4", "title": "Not Found", "status": 404, "detail": "Product with id '5334c996-8457-4cf0-815c-ed2b77c4ff61' was not found."}
{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors occurred.", "status": 400, "errors": { "Id": ["Product ID is required"] }}
All errors follow the RFC 7807 Problem Details format:
{ "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors occurred.", "status": 400, "detail": "See errors for details.", "errors": { "Name": ["Name is required"], "Price": ["Price must be greater than 0"] }}