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

Learn how to upgrade to the latest version.

Resources for Order histories

Order_history

Name Format Required Description
id_employee isUnsignedId Employee ID
id_order_state isUnsignedId ✔️
id_order isUnsignedId ✔️ Order ID
date_add isDate

Blank schema

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