Preview

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

NetworkCatalogProductRecommendation

Network catalog product enriched with cross-network subscription popularity metrics. Shape aligned with monolith NetworkCatalogProductWS plus NetworkProductMetric fields.

This page contains

    Fields

    productId: Int!

    Numeric product ID (application_id from the monolith)

    productUuid: String!
    productRefId: String!
    productName: String!
    vendorName: String
    logoUrl: String

    Absolute URL to the product listing logo (64px thumbnail)

    shortDescription: String
    description: String
    status: String
    productType: String
    testProduct: Boolean!
    pricing: NetworkCatalogProductPricing PREVIEW
    rating: Int
    numberOfReviews: Int
    featured: Boolean!
    popular: Boolean!
    staffPick: Boolean!
    supportsAllCountries: Boolean!
    categories: [String!]!

    Sorted unique marketplace category labels

    industries: [String!]!

    Sorted unique industry display names

    totalSubscriptionCount: Int!

    Total subscription count aggregated across all marketplaces

    totalSeatCount: Int!

    Total seat count aggregated across all marketplaces

    activeMarketplaceCount: Int!

    Number of distinct marketplaces with active subscriptions for this product

    Queries for NetworkCatalogProductRecommendation

    networkCatalogProductRecommendations PREVIEW

    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.