Preview

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

isvApproveNetworkDistribution

ISV approves a pending per-marketplace ISV approval request for a product they own. The requestRefId was returned by addNetworkProductToLocalCatalog when isPreapprovedByIsv=false. Transitions catalog_requests: COMPANY_REQUESTED → CHANNEL_APPROVED and auto-stages the product into the requesting marketplace (SyndicationAutoStaged + CustomizationNativeCreated).

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 IsvApproveNetworkDistributionInput! PREVIEW

    IsvApproveNetworkDistributionInput fields

    requestRefId ID!

    UUID returned by addNetworkProductToLocalCatalog (catalog_requests.request_ref_id).

    Return Fields

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