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 Shops

Shop

Name Format Required Max size Description
id_shop_group ✔️ Shop group ID
id_category ✔️
active isBool
deleted isBool
name isGenericName ✔️ 64
color isColor
theme_name isThemeName

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <shop>
    <id><![CDATA[]]></id>
    <id_shop_group><![CDATA[]]></id_shop_group>
    <id_category><![CDATA[]]></id_category>
    <active><![CDATA[]]></active>
    <deleted><![CDATA[]]></deleted>
    <name><![CDATA[]]></name>
    <color><![CDATA[]]></color>
    <theme_name><![CDATA[]]></theme_name>
  </shop>
</prestashop>