Update a Brand
Update a brand by id
PUT
https://{{accountSlug}}.myeshopbox.com/api/v1/brand/{id}
This API updates the existing brand by the id.
Path Parameters
id
string
Unique id of the brand
Headers
Authentication
string
Bearer ACCESS_TOKEN : To grant the access against the API.
Request Body
brandName
string
Name of the brand
verticals
string
Verticals object (which contains verticalId and verticalName) linked with the brand
brandStatus
object
Status of the brand Enum : 0 , 1
(0 if the brand is inactive, 1 if the brand is active)
webSiteLink
string
Website link of the brand
brandLogoImage
string
Logo image url of the brand
tmRegistrationStatus
string
This defines the status of the Trade Mark certificate
tmCertificateScannedCopy
string
Scanned copy of the Trade Mark certificate.
tmAckNo
string
The number assigned to the acknowledgment certificate when you apply for Trade Mark certificate.
tmRegistrationNo
string
The Trade Mark certificate registration number.
tmRegistrationDate
string
The date on which you have applied for the Trade Mark certificate
tmAckCert
string
This is the acknowledgment certificate which proves that you have applied for the TM certificate.
Last updated