Get a product by its unique product code
GET/products/:code
Retrieve detailed information about a specific product using its unique code as provided in the product list.
Request
Responses
- 200
- 404
- 500
Product details
Not Found
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 404 | not_found | entity_not_found | Entity not found |