Skip to main content
PUT
Put a multiple brands

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json
id
string
required

id

Example:

"ae7219"

name
string
required

Name

Example:

"Head & Shoulders"

slug
string

Slug

Example:

"head_shoulders"

description
string

Head & Shoulders brand

Example:

"Head & Shoulders"

hide
string

Hide a brand

Example:

false

displayOrder
string

Display order

Example:

0

active
boolean

Activate the brand

Example:

"true"

image
object

Brand image

Response

Brands created or update in an array and an array with errors for those brands which couldn't be updated.

brands
object[]
errors
string[]