Preview

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

requestProductNetworkDistribution

Developer/ISV or MM submits a product they own for inclusion in the AppDirect Network Catalog. Caller must have write access to the product (tenant or vendor). Transitions distributionStatus: NEW or DENIED → REQUESTED. NCM reviews and transitions to DISTRIBUTED or DENIED via the existing Wicket UI. V1 notification gap (D13): does NOT emit the monolith's NCM notification Kafka event.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input RequestProductNetworkDistributionInput! PREVIEW

    RequestProductNetworkDistributionInput fields

    productId ID!

    Return Fields

    product Product PREVIEW
    userErrors [RequestProductNetworkDistributionError!] PREVIEW

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.