productVariant
Look up a product variant by ID or SKU.
productVariant(
  id: ID
  sku: String
  externalReference: String
  channel: String
): ProductVariant
Arguments
productVariant.id ● ID scalar miscellaneous
ID of the product variant.
productVariant.sku ● String scalar miscellaneous
SKU of the product variant.
productVariant.externalReference ● String scalar miscellaneous
External ID of the product.
Added in Saleor 3.10
productVariant.channel ● String scalar miscellaneous
Slug of a channel for which the data should be returned.
Type
ProductVariant object products
Represents a version of a product such as different size or color.