Query marketplace products
Use the Marketplace query to query the physical product and to display product information on the storefront.
Query
query($productId: ID!){
marketplaceProduct(id: $productId) {
id
version
name
variantOptions {
code
name
values {
code
name
hexcode
secondaryInformation
}
defaultValue {
code
name
hexcode
secondaryInformation
}
}
variants {
id
editionId
version
isEnabled
configuration {
optionCode
valueCode
}
}
defaultVariant {
id
editionId
version
isEnabled
configuration {
optionCode
valueCode
}
}
editions {
id
version
code
}
supplierId
}
}
Was this page helpful?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!