Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantInput > requiresComponents
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']>;