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 Deliveries

Delivery

Name Format Required Description
id_carrier isUnsignedId ✔️ Carrier ID
id_range_price isUnsignedId ✔️ Range price ID
id_range_weight isUnsignedId ✔️
id_zone isUnsignedId ✔️ Zone ID
id_shop Shop ID
id_shop_group Shop group ID
price isPrice ✔️

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <delivery>
    <id><![CDATA[]]></id>
    <id_carrier><![CDATA[]]></id_carrier>
    <id_range_price><![CDATA[]]></id_range_price>
    <id_range_weight><![CDATA[]]></id_range_weight>
    <id_zone><![CDATA[]]></id_zone>
    <id_shop><![CDATA[]]></id_shop>
    <id_shop_group><![CDATA[]]></id_shop_group>
    <price><![CDATA[]]></price>
  </delivery>
</prestashop>