Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductInput > requiresSellingPlan
Whether the product can only be purchased with a selling plan (subscription). Products that are sold exclusively on subscription can only be created on online stores. If set to true
on an already existing product, then the product will be marked unavailable on channels that don’t support subscriptions.
Signature:
requiresSellingPlan?: InputMaybe<Scalars['Boolean']['input']>;