Schema Documentation

TaxRate

Description

A Tax rate object

Fields
Field NameDescription
city - [String] City name.
class - TaxClassEnum Tax class. Default is standard.
compound - Boolean Whether or not this is a compound rate.
country - String Country ISO 3166 code.
databaseId - Int The ID of the customer in the database
id - ID! The globally unique identifier for the tax rate.
name - String Tax rate name.
order - Int Indicates the order that will appear in queries.
postcode - [String] Postcode/ZIP.
priority - Int Tax priority.
rate - String Tax rate.
shipping - Boolean Whether or not this tax rate also gets applied to shipping.
state - String State code.
Example
{"city":["xyz789"],"class":"INHERIT_CART","compound":true,"country":"abc123","databaseId":987,"id":4,"name":"xyz789","order":123,"postcode":["xyz789"],"priority":123,"rate":"xyz789","shipping":true,"state":"abc123"}