Products
Get Product
Retrieve details of a specific product by ID
GET
Get Product
Overview
This endpoint retrieves detailed information about a single product using its unique identifier. It is a public endpoint that does not require authentication.Endpoint
Path Parameters
The unique identifier of the product to retrieve
Authentication
No authentication required. This is a public endpoint.Response
Returns a single product object.Unique identifier for the product
Product name
Product description
Product price (decimal with 2 decimal places)
URL to the product image
Available stock quantity
ID of the category this product belongs to
Timestamp when the product was created
Timestamp when the product was last updated
Example Response
Error Responses
Product Not Found
If the product with the specified ID does not exist:404 Not FoundGet Product