Bundled products: No app could be found associated with this bundle

According to the productCreate mutation, the claimOwnership is used to claim the product to be a bundle product of my app. When I don’t add this field to create a new product, it gives me an error in the product admin:

When I run productUpdate with this field, it gives me an error:

result = {‘data’: {‘productUpdate’: None}, ‘errors’: [{‘message’: ‘Bundles ownership cannot be claimed for an existing product.’, ‘locations’: [{‘line’: 2, ‘column’: 17}], ‘path’: [‘productUpdate’]}], ‘extensions’: {‘cost’: {‘requestedQueryCost’: 28, ‘actualQueryCost’: 10, ‘throttleStatus’: {‘maximumAvailable’: 1000.0, ‘currentlyAvailable’: 990, ‘restoreRate’: 50.0}}}}

But this field is included in the official doc 2023-10 as shown in the link. So I removed this field to run the productUpdate mutation again, and it gave me the screenshot error again: No app could be found associated with this bundle

How can I remove this error: No app could be found associated with this bundle? My users are going to create the product and update it again. There is no way I can create the bundle product and leave it as it is