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 9. Read the updated version of this page

Learn how to update to the latest version.

Resources for Order slip

Order_slip

Name Format Required Description
id_customer isUnsignedId ✔️ Customer ID
id_order isUnsignedId ✔️ Order ID
conversion_rate isFloat ✔️
total_products_tax_excl isFloat ✔️
total_products_tax_incl isFloat ✔️
total_shipping_tax_excl isFloat ✔️
total_shipping_tax_incl isFloat ✔️
amount isFloat ❌
shipping_cost ❌
shipping_cost_amount isFloat ❌
partial ❌
date_add isDate ❌
date_upd isDate ❌
order_slip_type isInt ❌
associations ❌

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <order_slip>
    <id><![CDATA[]]></id>
    <id_customer><![CDATA[]]></id_customer>
    <id_order><![CDATA[]]></id_order>
    <conversion_rate><![CDATA[]]></conversion_rate>
    <total_products_tax_excl><![CDATA[]]></total_products_tax_excl>
    <total_products_tax_incl><![CDATA[]]></total_products_tax_incl>
    <total_shipping_tax_excl><![CDATA[]]></total_shipping_tax_excl>
    <total_shipping_tax_incl><![CDATA[]]></total_shipping_tax_incl>
    <amount><![CDATA[]]></amount>
    <shipping_cost><![CDATA[]]></shipping_cost>
    <shipping_cost_amount><![CDATA[]]></shipping_cost_amount>
    <partial><![CDATA[]]></partial>
    <date_add><![CDATA[]]></date_add>
    <date_upd><![CDATA[]]></date_upd>
    <order_slip_type><![CDATA[]]></order_slip_type>
    <associations>
      <order_slip_details>
        <order_slip_detail>
          <id><![CDATA[]]></id>
          <id_order_detail><![CDATA[]]></id_order_detail>
          <product_quantity><![CDATA[]]></product_quantity>
          <amount_tax_excl><![CDATA[]]></amount_tax_excl>
          <amount_tax_incl><![CDATA[]]></amount_tax_incl>
        </order_slip_detail>
      </order_slip_details>
    </associations>
  </order_slip>
</prestashop>