Skip to main content
POST
Create a brand attribute

Authorizations

Authorization
string
header
required

Path Parameters

brand_id
number
required

Brand Identifier

Body

application/json

The brand attribute creation input

name
string

Attribute name

description
string

Description of the Attribute

brandId
number

Unique identifier for the brand

required
boolean

Is the attribute required

encrypted
boolean

Is the attribute encrypted

searchable
boolean

Is the attribute searchable

unique
boolean

Is the attribute unique

statusCode
number

Status code for the brand attribute

dataType
string

Valid values: 'string'|'number'|'boolean'|'date', in not provided, assumes string.

providedOpttions
object[]

Response

200 - application/json

OK

BrandAttributeId
number

Unique identifier for the brand attribute

name
string

Attribute name

description
string

Description of the Attribute

brandId
number

Unique identifier for the brand

required
boolean

Is the attribute required

encrypted
boolean

Is the attribute encrypted

searchable
boolean

Is the attribute searchable

unique
boolean

Is the attribute unique

statusCode
number

Status code for the brand attribute

dataType
string

Valid values: 'string'|'number'|'boolean'|'date', in not provided, assumes string.

providedOptions
object[]