Preview

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

approveProductNetworkDistribution

NCM approves a pending network distribution request. Always transitions distributionStatus REQUESTED → DISTRIBUTED, regardless of isPreapprovedByIsv. The isPreapprovedByIsv gate is enforced per-marketplace in addNetworkProductToLocalCatalog.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_NETWORK_CATALOG_MANAGER

    Arguments

    input ReviewProductNetworkDistributionInput! PREVIEW

    ReviewProductNetworkDistributionInput fields

    productId ID!

    Return Fields

    product Product PREVIEW
    userErrors [ApproveProductNetworkDistributionError!] 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.