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