You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`| integer | Unique identifier for the resource. <iclass="label label-info">read-only</i> |
10
-
|`country`| string | Country ISO 3166 code. See [ISO 3166 Codes (Countries)](http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html) for more details |
11
-
|`state`| string | State code. |
12
-
|`postcode`| string | Postcode/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, `postcodes` should be used instead. |
13
-
|`city`| string | City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, `postcodes` should be used instead. |
14
-
|`postcodes`| string[]| Postcodes/ZIPs. Introduced in WooCommerce 5.3. |
15
-
|`cities`| string[]| City names. Introduced in WooCommerce 5.3. |
|`id`| integer | Unique identifier for the resource. <iclass="label label-info">read-only</i> |
10
+
|`country`| string | Country ISO 3166 code. See [ISO 3166 Codes (Countries)](http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html) for more details |
11
+
|`state`| string | State code. |
12
+
|`postcode`| string | Postcode/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, `postcodes` should be used instead. |
13
+
|`city`| string | City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, `postcodes` should be used instead. |
14
+
|`postcodes`| string[]| Postcodes/ZIPs. Introduced in WooCommerce 5.3. |
15
+
|`cities`| string[]| City names. Introduced in WooCommerce 5.3. |
16
+
|`rate`| string | Tax rate. |
17
+
|`name`| string | Tax rate name. |
18
18
|`priority`| integer | Tax priority. Only 1 matching rate per priority will be used. To define multiple tax rates for a single area you need to specify a different priority per rate. Default is `1`. |
19
-
|`compound`| boolean | Whether or not this is a compound rate. Compound tax rates are applied on top of other tax rates. Default is `false`.|
20
-
|`shipping`| boolean | Whether or not this tax rate also gets applied to shipping. Default is `true`. |
21
-
|`order`| integer | Indicates the order that will appear in queries. |
22
-
|`class`| string | Tax class. Default is `standard`. |
19
+
|`compound`| boolean | Whether or not this is a compound tax rate. Compound rates are applied on top of other tax rates. Default is `false`. |
20
+
|`shipping`| boolean | Whether or not this tax rate also gets applied to shipping. Default is `true`. |
21
+
|`order`| integer | Indicates the order that will appear in queries. |
22
+
|`class`| string | Tax class. Default is `standard`. |
0 commit comments