Preview

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

triggerDistributorsProductsImports

import distributor products to marketplace

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input TriggerDistributorsProductsImportsInput! PREVIEW

    TriggerDistributorsProductsImportsInput fields

    distributorProductIds [ID!]!

    Unique identifier for the distributor product

    accountId String!

    Unique identifier for the distributor

    shouldPublishAfterImport Boolean

    Whether product needs to be published on Marketplace production catalog after its imported

    autoSyncAfterImport Boolean

    whether imported products data in the marketplace needs to be synced automatically after import if data is changed after import

    Return Fields

    productImportIds [ID!]

    Product import id returned by product team

    userErrors [TriggerDistributorsProductsImportsError!] PREVIEW

    user errors while importing distributor product

    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.