Update an existing product.
PUT /v1/{site_name}/products/{product_id}
{
"price": 25.99,
"currency": "USD",
"description": "Limited edition vinyl of Guided by Voices' 'Propeller'. A must-have for collectors and fans alike, featuring rare tracks and artwork.",
"tax_behavior": "exclusive"
}
{
"slug": "gbv-bee-thousand-vinyl",
"media": [
{
"link": "https://gbvstore.com/media/bee-thousand-vinyl.jpg",
"size": "500x500",
"title": "Bee Thousand Vinyl Cover",
"width": 500,
"height": 500,
"caption": "Front cover of Bee Thousand vinyl.",
"filesize": 102400,
"media_id": 100,
"file_name": "bee-thousand-vinyl.jpg",
"site_name": "GBV Official Store",
"media_date": "2024-03-20T00:00:00Z",
"description": "Bee Thousand album cover art.",
"is_original": true,
"content_type": "image/jpeg",
"is_thumbnail": false,
"original_url": "https://gbvstore.com/media/bee-thousand-vinyl.jpg",
"attachment_id": 200
}
],
"order": 1,
"price": 25,
"product": "Guided by Voices - Bee Thousand Vinyl",
"currency": "USD",
"product_id": 1,
"description": "A reissue of the classic 1994 album 'Bee Thousand' by Guided by Voices on high-quality vinyl. Includes a digital download code.",
"unit_amount": 1,
"product_date": "2024-03-20T00:00:00Z",
"product_modified": "2024-03-21T00:00:00Z",
"quantity_available": 100,
"stripe_description": "GBV Bee Thousand Vinyl",
"product_category_id": 10,
"stripe_product_id_live": "prod_live_1234",
"stripe_product_id_test": "prod_test_5678"
}
200