Providers

Discover Products

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

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

Provider-facing discovery is for provider product management. It shows products available for your organisation to list.

In the Dashboard

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

What Happens Behind the Scenes

Discovery reads products 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 product and what final provider markup applies.

Customer storefronts should usually read the public marketplace item APIs, not provider discovery APIs, so they show only products 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}