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 Suppliers

Supplier

Name Format Required Max size Description
link_rewrite
name isCatalogName ✔️ 64
active
date_add isDate
date_upd isDate
description isCleanHtml
meta_title isGenericName 255
meta_description isGenericName 512
meta_keywords isGenericName 255

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <supplier>
    <id><![CDATA[]]></id>
    <link_rewrite><![CDATA[]]></link_rewrite>
    <name><![CDATA[]]></name>
    <active><![CDATA[]]></active>
    <date_add><![CDATA[]]></date_add>
    <date_upd><![CDATA[]]></date_upd>
    <description>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </description>
    <meta_title>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </meta_title>
    <meta_description>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </meta_description>
    <meta_keywords>
      <language id="1"><![CDATA[]]></language>
      <language id="2"><![CDATA[]]></language>
    </meta_keywords>
  </supplier>
</prestashop>