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
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.