stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantInput > requiresComponents

AdminTypes.ProductVariantInput.requiresComponents property

Whether a product variant requires components. The default value is false. If true, then the product variant can only be purchased as a parent bundle with components and it will be omitted from channels that don’t support bundles.

Signature:

requiresComponents?: InputMaybe<Scalars['Boolean']['input']>;