Retrieves detailed information about a specific product.
This endpoint allows you to fetch complete product details including all images.
{
"id": "prod_123456",
"name": "Premium Widget",
"description": "High-quality widget for all your needs",
"price": "99.99",
"images": [
"https://storage.example.com/images/file1.jpg",
"https://storage.example.com/images/file2.jpg"
],
"createdAt": "2024-03-20T10:00:00Z",
"updatedAt": "2024-03-20T10:00:00Z"
}
Your secret API key. Keep this secure and never expose it in client-side code.
Product ID
Return the product.