Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page
Name | Format | Required | Description |
---|---|---|---|
id_shop | isUnsignedId | ✔️ | Shop ID |
id_country | isUnsignedId | ✔️ | Country ID |
id_currency | isUnsignedId | ✔️ | Currency ID |
id_group | isUnsignedId | ✔️ | |
name | isCleanHtml | ✔️ | |
from_quantity | isUnsignedInt | ✔️ | |
price | isNegativePrice | ✔️ | |
reduction | isPrice | ✔️ | |
reduction_tax | isBool | ✔️ | |
reduction_type | isReductionType | ✔️ | |
from | isDateFormat | ❌ | |
to | isDateFormat | ❌ |
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<specific_price_rule>
<id><![CDATA[]]></id>
<id_shop><![CDATA[]]></id_shop>
<id_country><![CDATA[]]></id_country>
<id_currency><![CDATA[]]></id_currency>
<id_group><![CDATA[]]></id_group>
<name><![CDATA[]]></name>
<from_quantity><![CDATA[]]></from_quantity>
<price><![CDATA[]]></price>
<reduction><![CDATA[]]></reduction>
<reduction_tax><![CDATA[]]></reduction_tax>
<reduction_type><![CDATA[]]></reduction_type>
<from><![CDATA[]]></from>
<to><![CDATA[]]></to>
</specific_price_rule>
</prestashop>