Provinces
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Long
True
The ID for the province.
CountryId [KEY]
Long
True
The ID for the country that the province belongs to.
Name
String
False
The full name of the province.
Code
String
False
The standard abbreviation for the province.
Tax
Decimal
False
The sales tax rate to be applied to orders made by customers from this province..
TaxPercentage
Double
False
The province's tax in percent format.
TaxName
String
False
The name of the tax for this province.
TaxType
String
False
The tax type. Valid values: normal, null, or harmonized. If the value is harmonized, then the tax is compounded of the provincial and federal sales taxes.
ShippingZoneId
Long
True
The ID for the shipping zone that the province belongs to.
Last updated