Get Product by ID
GET/products/:productId
The "Get Product by ID" API allows to retrieve information for a specific product using its unique identifier. Use this endpoint to fetch details for a single product based on the provided product ID.
Request
Responses
- 200
- 400
- 401
- 422
Successful response
Product not found
Unauthorized
Unprocessable Entity