PrestaShop Developer Conference
PrestaShop Developer Conference
Hybrid format! Paris, France & Online - November 19, 2025
Let's talk code, commerce and open source.

Warning: You are browsing the documentation for PrestaShop 8, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page

Learn how to update to the latest version.

Resources for Shop groups

Shop_group

Name Format Required Max size Description
name isGenericName ✔️ 64
color isColor
share_customer isBool
share_order isBool
share_stock isBool
active isBool
deleted isBool

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <shop_group>
    <id><![CDATA[]]></id>
    <name><![CDATA[]]></name>
    <color><![CDATA[]]></color>
    <share_customer><![CDATA[]]></share_customer>
    <share_order><![CDATA[]]></share_order>
    <share_stock><![CDATA[]]></share_stock>
    <active><![CDATA[]]></active>
    <deleted><![CDATA[]]></deleted>
  </shop_group>
</prestashop>