Taxes > Tax Systems > taxSystemCreate
Commerce APITaxesTax SystemstaxSystemCreate
taxSystemCreate
POST:tax_system.json

Description

Set shop's tax system integration.

Permission bit: "shop_tax_system.modify"

Topic: Tax Systems

Arguments

data: TaxSystemCreate!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

commit: Boolean

Whether to commit tax system transaction

Example: true


company_code: String

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


type: String!

Tax system type

Example: "avalara"


Result

TaxSystem

Preview (typescript)

Loading module