Tax Rate

Object

TaxRate

Implements

List of interfaces this object implements

Fields Type Description

id

ID!

The ID of the tax rate

name

String!

The name of the tax rate

amount

Float!

The tax rate amount (10 is 10%)

mdbId

Int

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

isDefault

Boolean!

Whether this tax rate is the default tax rate for the Vendor

products

TaxRateProductConnection

A list of products that are connected to this tax rate

TaxRateProductConnection

Object — ConnectionType of Product

Sortable Fields

Fields from Product that can be used to sort the connection items

  • name
  • createdAt
  • updatedAt