Skip to main content

VariantGroup

Represents a variant group

type VariantGroup {
variants: [ProductVariant]
variantFields: [VariantField]
lowestPrice: LowestPrice
}

Fields

variants ● [ProductVariant]

Variants of this product. Only set for primary product of variant group

variantFields ● [VariantField]

Only set for primary product of variant group. What attributes this product can vary by, for instance color and size.

lowestPrice ● LowestPrice

If product is variant group, this will be the lowest priced item of the group.

Example

{
"variants": [
{
"product": {
"id": "AVR 135",
"ean": 7310511257507,
"name": [
{
"language": "EN",
"value": "Harman Kardon AVR 135"
}
],
"createdAt": "2024-05-03T11:52:33Z",
"link": [
{
"language": "EN",
"value": "/en/audio/receivers/avr-135"
}
],
"productMeasurements": {},
"categories": [
{
"category": {
"name": [
{
"language": "EN",
"value": "String"
}
],
"content": {},
"meta": {},
"link": [
{
"alternateUrls": [
{}
],
"redirect": {}
}
],
"products": {
"edges": [
{}
],
"pageInfo": {},
"filters": [
{
"setting": {},
"filter": {
"range": {
"intervals": [
{}
]
},
"valuesWithMetadata": [
{}
],
"categoryTreeWithMetadata": [
{}
]
}
}
],
"sortOptions": [
{
"name": []
}
]
},
"topoffers": {},
"childrenConnection": {
"edges": [
{}
]
},
"associations": [
{
"ids": []
}
],
"pages": [
{
"contents": [
{
"menu": {}
}
]
}
],
"categoryImages": {
"icon": {}
},
"customAttributes": [
{}
]
}
}
],
"brand": {
"categoriesInBrand": [
{}
],
"media": {}
},
"inventories": [
{
"availability": {
"deliveryTime": {
"min": 10,
"max": 100
}
},
"supplier": {}
}
],
"description": {
"extra": [
{}
]
},
"rating": {
"reviews": [
{}
]
},
"productType": "PRODUCT",
"variantAttributes": [
{
"attribute": {
"sort": {}
},
"values": [
{
"language": {
"code": "EN"
}
}
]
}
],
"bundle": {
"categories": [
{
"products": [
{}
]
}
],
"price": {
"lowest": {
"price": {
"regularPrice": {
"currency": {
"rate": 11.355,
"prefix": "$"
},
"tax": {}
},
"appliedCampaign": {
"info": {
"timeLimit": {}
}
}
},
"productIds": []
}
}
},
"media": {},
"accessories": [
{
"products": []
}
],
"properties": [
{
"content": [
{
"image": {}
}
],
"group": {}
}
],
"priceHistory": {
"lowest": {},
"history": []
},
"recommendations": [
{}
],
"shippingInfo": {},
"inboundDeliveries": [
{}
],
"vat": {},
"manufacturer": {
"address": {
"organizationRegistrationId": "SE5566395256",
"organizationName": "Askås Internet- & Reklambyrå AB",
"organizationNumber": "556639-5256",
"ssn": 191212,
"firstName": "John",
"lastName": "Doe",
"streetAddress": "Järnvägsgatan 11",
"houseNumber": 11,
"streetAddress2": 11,
"postalCode": 66133,
"city": "Säffle",
"country": "Sverige",
"state": {
"country": {
"phonePrefix": "+46"
}
},
"email": "[email protected]",
"phone": "+1123456789",
"reference": "Project 221",
"doorCode": 1234,
"attention": "Jane"
}
},
"importer": {}
}
}
],
"variantFields": [
{
"variantsInformation": [
{
"values": [
{}
]
}
]
}
]
}