docs
  1. Admin Api
  2. Resources
  3. Brands
  4. Update A Brand

Update a brand

Update an existing brand

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
brandId
  • required
integer
Example:
1

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
name
  • required
  • MinLength: 1
string
Example:
Edited
group
  • nullable
string
Example:
Sport Brands
logoUrl
  • nullable
string
Example:
images/my_image.jpg
logoSource
  • writeonly
  • MinProps: 1
  • MaxProps: 1
object
url
string
Format:
uri
Example:
https://example.com/image.png
attachment
string
Format:
byte
Example:
U3dhZ2dlciByb2Nrcw==
attributes
object
name
string
type
string
Enum:
simple
simpleList
localizedString
localizedStringList
advanced
advancedList
value
shopCountrySpecific
array
customData
  • nullable
object
  • MinProps: 1

Responses

200
Brand was successfully updated.
application/json
Success
id
integer
Example:
1
namerequired
string
Example:
Edited
group
string
Example:
Sport Brands
logoUrl
string
Example:
images/my_image.jpg
object
Array of object
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT/brands/{brandId}

Request samples

Response samples

200
Brand:
Content type: application/json
Provide Feedback