Reputation: 9868
I found this API that has two products:
What's the point of having two products?
Upvotes: 0
Views: 491
Reputation: 19504
Not sure about gateways but can help with multiple products.
Assume you have cart service
which is in your APIM and its require apim key. Now lets assume you have many other services which will use it. So the way I am doing it i would create product per consumer service and add cart service
to it along with other services you need to call from that service. So this way you will get Subscription key on consumer level.
This way you can:
To sum up, multiple products are for you to group your consumer and control which api they can call, and in UI each API where it has been used.
Upvotes: 2