variant
A product variant.
Properties | Type | Description |
|---|---|---|
| Returns | |
| The available quantity of the variant. | |
| The barcode of the variant. | |
| The compare at price of the variant in the currency's subunit. The value is output in the customer's local (presentment) currency. | |
| The ID of the variant. | |
| The image is attached to the variant. | |
| The inventory quantity of the variant. | |
| The note of the variant. | |
| The discount ratio of the variant. | |
| The value of the variant for the first product option. If there's no first product option, then | |
| The value of the variant for the second product option. If there's no second product option, then | |
| The value of the variant for the third product option. If there's no third product option, then | |
| an array of variant_option | The values of the variant for each product option. |
| The price of the variant in the currency's subunit. The value is output in the customer's local (presentment) currency. | |
| The id of the parent product of the variant. | |
| The retail price of the variant in the currency's subunit. The value is output in the customer's local (presentment) currency. | |
| The sales of the variant. | |
| The SKU of the variant. | |
| A concatenation of each variant option, separated by a | |
| The URL of the variant. Variant URLs use the following structure: | |
| The weight of the variant. | |
| The unit for the weight of the variant. | |
| an array | The wholesale price of the variant. |
{
"id": "9953d128-28fe-46d8-b6cb-357994b96b6d",
"product_id": "6842d11a-efff-4e0f-beaf-c822ccfad6b8",
"title": "DarkRed-35",
"weight_unit": "kg",
"inventory_quantity": 83,
"sku": "WFF19FF0321D32-1",
"barcode": "",
"position": 1,
"option1": "DarkRed",
"option2": "35",
"option3": "",
"note": "1122",
"image": null,
"wholesale_price": [
{
"price": 328,
"min_quantity": 1
}
],
"weight": "0",
"compare_at_price": "358",
"price": "328",
"retail_price": "358",
"available": true,
"url": "/products/lace-up-leather-manston-runner?variant=9953d128-28fe-46d8-b6cb-357994b96b6d",
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "35"
}
],
"off_ratio": 8,
"flashsale_info": [],
"sales": 4
}Updated 23 days ago
