Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page
Name | Format | Required | Description |
---|---|---|---|
id_tax_rules_group | isUnsignedId | ✔️ | Tax rules group ID |
id_state | isUnsignedId | ❌ | State ID |
id_country | isUnsignedId | ✔️ | Country ID |
zipcode_from | isPostCode | ❌ | |
zipcode_to | isPostCode | ❌ | |
id_tax | isUnsignedId | ✔️ | |
behavior | isUnsignedInt | ❌ | |
description | isString | ❌ |
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<tax_rule>
<id><![CDATA[]]></id>
<id_tax_rules_group><![CDATA[]]></id_tax_rules_group>
<id_state><![CDATA[]]></id_state>
<id_country><![CDATA[]]></id_country>
<zipcode_from><![CDATA[]]></zipcode_from>
<zipcode_to><![CDATA[]]></zipcode_to>
<id_tax><![CDATA[]]></id_tax>
<behavior><![CDATA[]]></behavior>
<description><![CDATA[]]></description>
</tax_rule>
</prestashop>