Types > TaxSystem
Commerce APITypesTaxSystem
TaxSystem

Description

Topic: Tax Systems

Fields

commit: Boolean!

Whether to commit tax system transaction

Example: true


company_code: String!

Company code (Avalara)

Example: "MYCOMPANY"


default_product_tax_code: String!

Default tax code to use for products

Example: "P0000000"


default_shipping_tax_code: String!

Default tax code to use for shipping

Example: "FR"


type: String

Tax system type

Example: "avalara"


Used By

Mutations

taxSystemCreate

Queries

taxSystem

Preview (typescript)

Loading module