Skip to main content
Anchor to ProductComponentType

ProductComponentType

object

Requires read_products access scope.

The product component information.

•ProductVariantConnection!
non-null

The list of products' variants that are components.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to componentVariantsCountcomponentVariantsCount
•Count

The number of component variants for the product component.

Anchor to nonComponentVariantsnonComponentVariants
•ProductVariantConnection!
non-null

The list of products' variants that are not components.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to nonComponentVariantsCountnonComponentVariantsCount
•Count

The number of non_components variants for the product component.

•Product!
non-null

The product that's a component.


Was this section helpful?