Description
Set shop's tax system integration.
Permission bit: "shop_tax_system.modify"
Topic: Tax Systems
Arguments
data: TaxSystemCreate!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Whether to commit tax system transaction
Example: true
Company code (Avalara)
Example: "MYCOMPANY"
Valid when: company_code's length doesn't exceed 250 characters
credentials: [KeyValueCreate!]
default_product_tax_code: String
Default tax code to use for products
Example: "P0000000"
Valid when: default_product_tax_code's length doesn't exceed 250 characters
default_shipping_tax_code: String
Default tax code to use for shipping
Example: "FR"
Valid when: default_shipping_tax_code's length doesn't exceed 250 characters
Tax system type
Example: "avalara"
Result
Preview (typescript)
Loading module