Skip to main content

Create Brand

POST 

/api/v1/brands

Create Brand

Request​

Body

    brandId stringrequired

    Possible values: non-empty

    Custom ID of the brand

    description stringnullable

    Brand description

    name stringrequired

    Possible values: non-empty

    Name of the brand

Responses​

Created

Schema

    data

    object

    Brand data

    brandId stringrequired

    Unique identifier of the brand

    description string

    Brand description

    name stringrequired

    Brand name

Loading...