Skip to main content
Version: 3.x

taxClass

Look up a tax class.

Added in Saleor 3.9
Requires one of the following permissions: AUTHENTICATED_STAFF_USERAUTHENTICATED_APP
taxClass(
id: ID!
): TaxClass

Arguments

taxClass.id ● ID! non-null scalar

ID of a tax class.

Type

TaxClass object

Tax class is a named object used to define tax rates per country. Tax class can be assigned to product types, products and shipping methods to define their tax rates.

Added in Saleor 3.9

Was this page helpful?