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