Preview

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

importConnectWiseTaxConfiguration

Fetch tax integrations from ConnectWise and persist each as its own tax setting in one call. ConnectWise licenseKey is copied server-side into encrypted storage and never returned on GraphQL. Optional avataxLicense is used only when a ConnectWise row has no licenseKey. Also links the tenant Avalara account in tax-service via PATCH.

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

    ImportConnectWiseTaxConfigurationInput fields

    connectorType PsaConnectorType PREVIEW
    mor PsaMorInput! PREVIEW
    avataxLicense String

    Optional. Used only when a ConnectWise row has no licenseKey.

    address AvalaraAddressInput PREVIEW

    Optional. When omitted, dummyAvalaraAddress from config is used for link.

    Return Fields

    taxConfigurations [PsaTaxConfiguration!]! PREVIEW
    userErrors [PsaConnectorConfigurationError!] 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.