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 Warehouse product locations

Warehouse_product_location

Name Format Required Max size Description
id_product isUnsignedId ✔️ Product ID
id_product_attribute isUnsignedId ✔️ Product attribute ID
id_warehouse isUnsignedId ✔️ Warehouse ID
location isReference 64

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <warehouse_product_location>
    <id><![CDATA[]]></id>
    <id_product><![CDATA[]]></id_product>
    <id_product_attribute><![CDATA[]]></id_product_attribute>
    <id_warehouse><![CDATA[]]></id_warehouse>
    <location><![CDATA[]]></location>
  </warehouse_product_location>
</prestashop>