Home > @infiniteobjects/shopify-data-manager > AdminTypes > BundlesFeature
Represents the Bundles feature configuration for the shop.
Signature:
export interface BundlesFeature
Property | Modifiers | Type | Description |
---|---|---|---|
eligibleForBundles | Scalars[‘Boolean’][‘output’] | Whether a shop is configured properly to sell bundles. | |
ineligibilityReason? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The reason why a shop is not eligible for bundles. | |
sellsBundles | Scalars[‘Boolean’][‘output’] | Whether a shop has any fixed bundle products or has a cartTransform function installed. |