Skip to main content

productVariant Query

Look up a product variant by ID or SKU.

Requires one of the following permissions to include the unpublished items: MANAGE_ORDERSMANAGE_DISCOUNTSMANAGE_PRODUCTS
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.