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

Resources for Supply order histories

Supply_order_history

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 ✔️

Blank schema

<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>