{
"id": 42311,
"product_id": 1331,
"sku": "0133949911",
"external_id": "13141ADA",
"barcode": "9000132491131",
"web_url": "https://demo_site.com/42311",
"handle": "demo_handle",
"title": "A demo item",
"description": "This is an item for demonstration",
"position": 0,
"price": 1000,
"price_discounted": 599.99,
"price_comparison": 1200,
"price_cost": 100,
"available_quantity": 231,
"images": [],
"tags": [],
"options": [
{
"name": "Size",
"value": "61",
"sort_order": null
},
{
"name": "Colour",
"value": "900",
"sort_order": null
}
],
"created_at": "2020-04-16 11:04:43",
"updated_at": "2020-04-16 11:04:43"
}
What are product variants?
Products with variants are products that have similarities, they are usually based on the same model, and differ in some way. Variants allow customers to purchase a product in different aspects such as colour or size. Product variants need to be attached to a master product_id
Product variant properties
Attribute | Description |
---|---|
id
| A unique Omneo ID for the variant |
product_id | The |
sku | A string representing the SKU |
external_id | A unique external id of the originating system |
barcode | The unique barcode of the item |
web_url | The URL of a web location to view the product. (eCommerce site, product catalogue) |
handle | A unique handle for the product |
title | The title of the product |
description | The description of the product |
position | The position of the product with 0 being first. |
price | The full price of the item. |
price_discounted | The discounted price of the item. |
price_comparison | The 'compare at' price of the item |
price_cost | The cost price of the item |
available_quantity | The quantity available for sale |
images | Product images attached to the item |
tags | Tags attached to the item |
options | Options attached to the item |
created_at | The UTC date & time the Product Variant record was created in ISO 8601 format. |
updated_at | The UTC date & time the Product Variant record was last updated in ISO 8601 format. |