Create Brand

Creates a new brand.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequiredformat: "text">=1 character<=50 characters
Name of the brand to be created.
descriptionstringOptionalformat: "text"<=65536 characters
Description of the brand to be created.

Response

Response object for creating a new brand.
brandobject

Errors