Products::Variant
Fetch Variant
Retrieve a single variant
get/products/variants/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 15,
"public_id": "NRBUIp",
"product_id": 24,
"name": "Small Aluminum Gloves variant 393f",
"description": "Dolore provident unde quas.",
"sku": "LxbnGP0kqyqzQDTK",
"product_type": "physical",
"properties_value_ids": [
null
],
"out_of_stock_sales": null,
"weight": "24.0",
"weight_unit": "lb",
"height": "96.0",
"width": "418.0",
"length": "66.0",
"dimensions_unit": "inches",
"quantity": 0,
"tag_ids": [
39
],
"tax_category_id": null,
"asset_ids": [],
"taxable": null,
"track_quantity": false,
"archived": false,
"visible": true,
"price_ids": [],
"fulfillment_required": false,
"country_of_manufacture_id": null,
"image_ids": [],
"fulfillments_location_ids": [],
"created_at": "2025-08-11T19:14:39.799Z",
"updated_at": "2025-08-11T19:14:39.799Z",
"default": false,
"properties_values": [
{
"property_id": 15,
"value": "Red"
}
],
"created_by_platform_application": null
}