# Creation of brand Endpoint: POST /api/brands Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Header parameters: - `Content-Type` (string, required) ## Request fields (application/json): - `data` (object, required) - `data.name` (string, required) Brand name - `data.indexName` (string,null) unique index name of brand - `data.brandWeb` (string,null) Brand website - `data.postalAddress` (string,null) GPSR, postal address - `data.contactEmail` (string,null) GPSR, contact email - `data.europeanResellerPostalAddress` (string,null) GPSR, european reseller postal address - `data.europeanResellerContactEmail` (string,null) GPSR, reseller contact email - `data.manufacturingCompanyName` (string,null) GPSR, manufacturing company name - `data.europeanResellerManufacturingCompanyName` (string,null) GPSR, Reseller manufacturing company name - `data.showInCategoriesMenu` (boolean) Is this brand shown in categories menu? Default is false - `data.showInBrandList` (boolean) Is this brand shown in brand list? Default is false - `data.description` (string,null) Description of brand. May contain HTML characters - `data.metaTitle` (string,null) Meta title of brand - `data.metaDescription` (string,null) Meta description of brand ## Response 201 fields (application/json): - `data` (object, required) - `data.guid` (string, required) brand GUID - `data.name` (string, required) Name of brand - `data.indexName` (string, required) Unique index name of brand - `data.description` (string,null, required) Description of brand. May contain HTML character - `data.brandWeb` (string,null, required) URL of brand website - `data.postalAddress` (string,null) GPSR, postal address - `data.contactEmail` (string,null) GPSR, contact email - `data.europeanResellerPostalAddress` (string,null) GPSR, european reseller postal address - `data.europeanResellerContactEmail` (string,null) GPSR, reseller contact email - `data.manufacturingCompanyName` (string,null) GPSR, manufacturing company name - `data.europeanResellerManufacturingCompanyName` (string,null) GPSR, reseller manufacturing company name - `data.showInCategoriesMenu` (boolean, required) Is this brand shown in categories menu? - `data.showInBrandList` (boolean, required) Is this brand shown in brand list? - `data.metaTitle` (string,null, required) Meta title of brand - `data.metaDescription` (string,null, required) Meta description of brand - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced