Skip to main content
Version: 3.x

taxClassCreate

Create a tax class.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.
taxClassCreate(
input: TaxClassCreateInput!
): TaxClassCreate

Arguments

taxClassCreate.input ● TaxClassCreateInput! non-null input

Fields required to create a tax class.

Type

TaxClassCreate object

Create a tax class.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.

Was this page helpful?