Preview

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

startPsaOnboardingSync

Start Magical Onboarding sync: validates CW configuration + Disti distributorAccount + live CW connection, persists a QUEUED execution, returns executionId, and kicks the worker that reuses Disti product import, company onboarding import, and ConnectWise tax import services.

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

    StartPsaOnboardingSyncInput fields

    connectorType PsaConnectorType PREVIEW
    mor PsaMorInput! PREVIEW
    distributorMarket PsaDistiDistributorMarket PREVIEW

    Disti market. Defaults to US when omitted.

    defaultCountryCode String

    Marketplace country used when a PSA company has no country. Defaults to US when omitted.

    avataxLicense String
    avalaraEmail String

    Required when the tax step links an Avalara account. Avalara account email from UI.

    Return Fields

    executionId ID
    userErrors [StartPsaOnboardingSyncError!]! 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.