Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Using multiple product with one APP. GetEntity fetches 1 product.

We are able to add multiple products to a single APP. But as we have different custom attributes added to different Products, we are using AccessEntity policy. But it only fetches the data about last product added to the APP. Can we get all products added to the APP?

Solved Solved
0 8 638
1 ACCEPTED SOLUTION

Earlier I was using consumerkey to fetch active Product. So now the approach is to fetch based on product name.

<EntityIdentifier ref="verifyapikey.VerifyAPIKey-ValidateExternalAPIKey.apiproduct.name" type="apiproductname"/>

Active product is fetched using verify key policy and I am using that name to fetch product.

View solution in original post

8 REPLIES 8