latestOpenAPI 3.0.32026-08-083681145.6 KB
19558399745c
Products
Product Variants
POST /products/{product_id}/variants
Creates a new variant for a product.
post/products/{product_id}/variants
Path parameters
product_idstring required
Request body
Example request
{
"id": "po_abc123",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z",
"name": "Vanilla Scent",
"idempotence_token": "rrc23negw",
"sku": "vanilla-2019",
"available_quantity": 42,
"backordered_until": "20190208T000915.000Z",
"tariff_code": "340600",
"images": [
{
"id": "i_adqaiy3htm",
"width": 1000,
"height": 1000,
"url": "https://cdn.faire.com/374cd3041a4c4.png",
"original_url": "https://example.com/original-image.png"
}
],
"options": [
{
"name": "Scent",
"value": "Vanilla"
}
],
"prices": [
{
"geo_constraint": {
"country": "USA",
"country_group": "EUROPEAN_UNION"
},
"wholesale_price": {
"amount_minor": 4999,
"currency": "USD"
},
"retail_price": {
"amount_minor": 4999,
"currency": "USD"
}
}
],
"variant_preorder_details": {
"expected_ship_date": "2021-05-21",
"expected_ship_window_end_date": "2021-05-24",
"stop_selling_at": 1619827200000
},
"measurements": {
"weight": 1.5,
"length": 10.5,
"width": 8,
"height": 3.2
},
"gtin": "012345678905",
"case_measurements": {
"weight": 1.5,
"length": 10.5,
"width": 8,
"height": 3.2
}
}Response
Successful response
Example response
{
"id": "po_abc123",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z",
"name": "Vanilla Scent",
"idempotence_token": "rrc23negw",
"sku": "vanilla-2019",
"available_quantity": 42,
"backordered_until": "20190208T000915.000Z",
"tariff_code": "340600",
"images": [
{
"id": "i_adqaiy3htm",
"width": 1000,
"height": 1000,
"url": "https://cdn.faire.com/374cd3041a4c4.png",
"original_url": "https://example.com/original-image.png"
}
],
"options": [
{
"name": "Scent",
"value": "Vanilla"
}
],
"prices": [
{
"geo_constraint": {
"country": "USA",
"country_group": "EUROPEAN_UNION"
},
"wholesale_price": {
"amount_minor": 4999,
"currency": "USD"
},
"retail_price": {
"amount_minor": 4999,
"currency": "USD"
}
}
],
"variant_preorder_details": {
"expected_ship_date": "2021-05-21",
"expected_ship_window_end_date": "2021-05-24",
"stop_selling_at": 1619827200000
},
"measurements": {
"weight": 1.5,
"length": 10.5,
"width": 8,
"height": 3.2
},
"gtin": "012345678905",
"case_measurements": {
"weight": 1.5,
"length": 10.5,
"width": 8,
"height": 3.2
}
}