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.

Show fields

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.

Show fields
Anchor to nonComponentVariantsnonComponentVariants
•ProductVariantConnection!
non-null

The list of products' variants that are not components.

Show fields

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.

Show fields
•Product!
non-null

The product that's a component.

Show fields

Was this section helpful?