productVariant Query
Look up a product variant by ID or SKU.
productVariant(
id: ID
sku: String
externalReference: String
channel: String
): ProductVariant
Show return type
Arguments
id ● ID
ID of the product variant.
sku ● String
SKU of the product variant.
externalReference ● String
External ID of the product.
channel ● String
Slug of a channel for which the data should be returned.
Type
ProductVariant
Represents a version of a product such as different size or color.