Preview

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

withdrawProductNetworkDistribution

Developer/ISV or MM withdraws a pending network distribution request for a product they own. Caller must have write access to the product (tenant or vendor). Transitions distributionStatus: REQUESTED → NEW. Clears distributionTargetPartner. Does NOT change exclusivePartner (cleared only on approve). Does NOT emit the monolith 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 WithdrawProductNetworkDistributionInput! PREVIEW

    WithdrawProductNetworkDistributionInput fields

    productId ID!

    Return Fields

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