Create a Brand
Create a brand
POST
https://{{accountSlug}}.myeshopbox.com/api/v1/brand
This API creates a new brand.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Bearer ACCESS_TOKEN : To grant the access against the API. |
Request Body
Name | Type | Description |
---|---|---|
brandName | string | Name of the brand |
verticals | object | Verticals object which contains only the unique ids of verticals to be linked with the brand |
tAckCert | string | This is the acknowledgment certificate which proves that you have applied for the Trade Mark certificate |
tmRegistrationDate | string | The date on which you have applied for the Trade Mark certificate. |
tmRegistrationNo | string | The Trade Mark certificate registration number. |
tmAckNo | string | Scanned copy of the TM certificate. |
tmCertificateScannedCopy | string | The number assigned to the acknowledgment certificate when you apply for Trade Mark certificate. |
tmRegistrationStatus | string | This defines the status of the Trade Mark certificate. |
brandLogoImage | string | Logo image url of the brand |
webSiteLink | string | Website link of the brand |
brandStatus | string | Status of the brand |
Last updated