Preview

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

AddNetworkProductToLocalCatalogPayload

This page contains

    Fields

    productCustomization: ProductCustomization PREVIEW

    Set on the direct-add path. Product is now in STAGING — publishProductCustomization required to go live.

    syndicationRequest: ProductSyndicationRequest PREVIEW

    Set on the approval-required path. Pending ISV/NCM review.

    userErrors: [AddNetworkProductToLocalCatalogError!] PREVIEW

    Mutations for AddNetworkProductToLocalCatalogPayload

    addNetworkProductToLocalCatalog PREVIEW

    MM adds a product from the AppDirect Network Catalog to their marketplace. Two paths:

    • isPreapprovedByIsv=true, or direct-add feature flag on for this tenant → direct staging (productCustomization returned; publishProductCustomization still required to go live)
    • otherwise → approval request created (syndicationRequest returned) Target marketplace = context.user.tenant — no targetTenant input.