Skip to main content
Version: 3.x

productType

Look up a product type by ID.

productType(
id: ID!
): ProductType

Arguments

productType.id ● ID! non-null scalar

ID of the product type.

Type

ProductType object

Represents a type of product. It defines what attributes are available to products of this type.


Was this page helpful?