Create a new variant for a product.
PUT /v1/{site_name}/products/{product_id}/variant
{
"price": 29.99,
"product": "Alien Lanes - Vinyl Edition",
"variant": {
"option1": "Color",
"option1_value": "Transparent Red"
},
"currency": "USD",
"description": "The 1995 classic album 'Alien Lanes' by Guided by Voices, now available in a special vinyl edition.",
"product_category_id": 3
}
{
"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