Types > TaxSystemCreate
Commerce APITypesTaxSystemCreate
TaxSystemCreate

Description

Topic: Tax Systems

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"


Used By

Mutations

taxSystemCreate

Preview (typescript)

Loading module