Providers

Discover Apps and Algorithms

Find marketplace apps and algorithms available to providers and inspect listing details before checkout.

Use discovery workflows to review marketplace apps and algorithms that can be listed or sold by a provider.

Provider-facing discovery is for provider catalogue management. It shows apps and algorithms available for your organisation to list.

In the Dashboard

  1. Open Infuse-Marketplace.
  2. Select the marketplace instance.
  3. Open Provider.
  4. Open Discover.
  5. Search or browse available apps and algorithms.
  6. Open an item to review:
    • name and description,
    • developer profile,
    • item type,
    • latest version,
    • provider base price before your markup.
  7. If the app or algorithm should be sold by your organisation, create a listing from the item detail page.

What Happens Behind the Scenes

Discovery reads apps and algorithms that have been published by developers and offered through the marketplace. These are not yet necessarily visible to your customers. A provider listing controls whether your organisation sells the item and what final provider markup applies.

Customer storefronts should usually read the public marketplace item APIs, not provider discovery APIs, so they show only apps and algorithms currently published, listed, and visible for purchase.

API Equivalent

GET /marketplace/providers/marketplace-items?search=pump&type=app&page=1&pageSize=20
Authorization: Bearer {provider_access_token}
GET /marketplace/providers/marketplace-items/{id}
Authorization: Bearer {provider_access_token}