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