Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductClaimOwnershipInput
The input fields to claim ownership for Product features such as Bundles.
Signature:
export interface ProductClaimOwnershipInput
Property | Modifiers | Type | Description |
---|---|---|---|
bundles? | InputMaybe<Scalars[‘Boolean’][‘input’]> | <p>(Optional) Claiming ownership of bundles lets the app render a custom UI for the bundles’ card on the products details page in the Shopify admin.</p><p>Bundle ownership can only be claimed when creating the product. If you create ProductVariantComponents in any of its product variants, then the bundle ownership is automatically assigned to the app making the call.</p><p>[Learn more](https://shopify.dev/docs/apps/selling-strategies/bundles/product-config).</p> |