Preview

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

associateProductWithPricingExternalSource

Associate product with external source

This page contains

    Authorization Rules

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

    Scopes

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    Arguments

    input AssociateProductInput! PREVIEW

    Attributes to associate product with external source

    AssociateProductInput fields

    id ID!

    Unique identifier of external source

    productId String!

    Unique identifier of product

    Return Fields

    externalSource ExternalSource PREVIEW

    Details of external source

    userErrors [ExternalSourceInputError!]

    Error details while creating external source

    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.