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.
Name | Format | Required | Description |
---|---|---|---|
id_supply_order | isUnsignedId | ✔️ | |
id_employee | isUnsignedId | ✔️ | Employee ID |
id_state | isUnsignedId | ✔️ | State ID |
employee_firstname | isName | ❌ | |
employee_lastname | isName | ❌ | |
date_add | isDate | ✔️ |
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<supply_order_history>
<id><![CDATA[]]></id>
<id_supply_order><![CDATA[]]></id_supply_order>
<id_employee><![CDATA[]]></id_employee>
<id_state><![CDATA[]]></id_state>
<employee_firstname><![CDATA[]]></employee_firstname>
<employee_lastname><![CDATA[]]></employee_lastname>
<date_add><![CDATA[]]></date_add>
</supply_order_history>
</prestashop>