Update the details of an existing product.
Path Parameters
The ID of the product to update
Body Parameters
Updated product description
{
"name": "Updated Product Name",
"description": "Updated description",
"status": "active",
"attributes": {
"color": "red",
"size": "large"
}
}
{
"id": 1,
"sku": "PROD-001",
"name": "Updated Product Name",
"updated_at": "2024-01-01T13:00:00Z"
}