--- title: ProductClaimOwnershipInput - GraphQL Admin description: The input fields to claim ownership for Product features such as Bundles. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductClaimOwnershipInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductClaimOwnershipInput.txt --- # Product​Claim​Ownership​Input input\_object The input fields to claim ownership for Product features such as Bundles. ## Fields * bundles [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/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 using this input * [Product​Create​Input.​claim​Ownership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductCreateInput#field-claimOwnership) INPUT OBJECT The input fields required to create a product. * [Product​Input.​claim​Ownership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductInput#field-claimOwnership) INPUT OBJECT The input fields for creating or updating a product. * [Product​Set​Input.​claim​Ownership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput#field-claimOwnership) INPUT OBJECT The input fields required to create or update a product via ProductSet mutation. *** ## Map ### Input objects using this input * [Product​Create​Input.claimOwnership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductCreateInput#field-claimOwnership) * [Product​Input.claimOwnership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductInput#field-claimOwnership) * [Product​Set​Input.claimOwnership](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput#field-claimOwnership)