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