Notice: You are browsing the documentation for PrestaShop 8, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 1.7.Name | Format | Required | Description |
---|---|---|---|
id_employee | isUnsignedId | ❌ | Employee ID |
id_order_state | isUnsignedId | ✔️ | |
id_order | isUnsignedId | ✔️ | Order ID |
date_add | isDate | ❌ |
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<order_history>
<id><![CDATA[]]></id>
<id_employee><![CDATA[]]></id_employee>
<id_order_state><![CDATA[]]></id_order_state>
<id_order><![CDATA[]]></id_order>
<date_add><![CDATA[]]></date_add>
</order_history>
</prestashop>