# ProductClaimOwnershipInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to claim ownership for Product features such as Bundles. ### Access Scopes ## Fields * [bundles](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Claiming ownership of bundles lets the app render a custom UI for the bundles' card on the products details page in the Shopify admin. 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. [Learn more](https://shopify.dev/docs/apps/selling-strategies/bundles/product-config). ## Input objects with this input object * [ProductCreateInput](/docs/api/admin-graphql/2024-10/input-objects/ProductCreateInput) * [ProductInput](/docs/api/admin-graphql/2024-10/input-objects/ProductInput) * [ProductSetInput](/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput) ## Examples