Create Brand

POST {{baseUrl}}/brands

This endpoint allows you to create a new brand in the store

brands.read_write- Brands Read & Write

Request Body

[{"name"=>"name", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"logo", "value"=>nil, "datatype"=>"null"}, {"name"=>"banner", "value"=>nil, "datatype"=>"null"}, {"name"=>"description", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"metadata_title", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"metadata_description ", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"metadata_url", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;id&quot;:&quot;\u003cnumber\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;banner&quot;:&quot;\u003cstring\u003e&quot;,&quot;logo&quot;:&quot;\u003cstring\u003e&quot;,&quot;ar_char&quot;:&quot;\u003cstring\u003e&quot;,&quot;en_char&quot;:&quot;\u003cstring\u003e&quot;,&quot;metadata&quot;:{&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}}}