Preview

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

createPsaProductMapping

Create a product mapping

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

    CreatePsaProductMappingInput fields

    connectorType PsaConnectorType PREVIEW

    Connector type with which product mapping is associated. Default id CONNECT_WISE

    mor PsaMorInput! PREVIEW

    Merchant of record for which product mapping is done

    productId ID!

    Product Id on AppDirect side

    editionId ID!

    Edition id on AppDirect side

    editionPricingId ID!

    Edition pricing id on AppDirect side

    itemId ID!

    Edition pricing item id on AppDirect side

    psaProduct PsaProductInput! PREVIEW

    PSA product

    Return Fields

    productMapping PsaProductMapping PREVIEW

    Details of product

    userErrors [PsaProductInputError!] PREVIEW

    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.