# ProductClaimOwnershipInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to claim ownership for Product features such as Bundles.

### Access Scopes



## Fields
* [bundles](/docs/api/admin/2025-01/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/2025-01/input-objects/ProductCreateInput)
* [ProductInput](/docs/api/admin/2025-01/input-objects/ProductInput)
* [ProductSetInput](/docs/api/admin/2025-01/input-objects/ProductSetInput)


## Examples