How do resolve the ProductId in ProxyFlow?

Not applicable

I have a ApiKey secured Proxy. Is it possible to resolve the Proxy depending ProductId?

0 4 492
4 REPLIES 4

@Alexander Hafen

Can you please provide what do you mean by productId in proxy flow? Can you add more details regarding "Is it possible to resolve the Proxy depending ProductId?" Do you mean product name ?

Not applicable

For example I can read CustomAttributes from product with this variable key:

verifyapikey.VerifyAPIKey.apiproduct.myCustomAttribute

Now I am looking for a variable key, which contains the ID of the product.

e.g. verifyapikey.VerifyAPIKey.apiproduct.id

But this example does not work!!

I need this ID for a ManagementInterface call, in a related use case. But it is important to resolve the ID in the Proxy Flow.

Cheers

Alex

Dear @Alexander Hafen ,

Unlike Developer App or Developer entity, API Product doesn't have any system generated id.

API Product name itself is unique within the organization. So , you can use verifyapikey.VerifyAPIKey.apiproduct.name variable to get api product unique name.

@Alexander Hafen , Is your query resolved ? Please keep us posted if you have any further queries.