Preview

networkCatalogProductRecommendations is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

networkCatalogProductRecommendations

Returns network catalog products ranked by cross-network subscription popularity, enriched with full catalog metadata for AI-driven product recommendations.

Combines subscription metrics (marketplace-product MongoDB) with network catalog product details (monolith). Requires marketplace tenant context via Ad-Tenant.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    limit Int

    Maximum number of products to return (default 50, max 250)

    minSubscriptionThreshold Int

    Minimum network-wide total subscription count; products below this are excluded (default 10)

    sellStatus NetworkCatalogSellStatusFilter PREVIEW

    ISV pre-approval filter (default READY_TO_SELL)

    productName String

    Optional product name search filter (passed through to monolith catalog query)

    sortBy NetworkCatalogRecommendationSort PREVIEW

    Sort results by the chosen subscription metric (default SUBSCRIPTION_COUNT)

    Return Fields

    [NetworkCatalogProductRecommendation!]! PREVIEW

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.