> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/goods-bo-api/brand-management.md).

# Brand Management

## Save Multilingual Brand Information

> \## Function Description\
> \* Saves/modifies multilingual brand information.\
> \---\
> \## Detailed Description\
> \* Saves/modifies multilingual brand information.\
> \* Returns an error if required values are not entered.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiLangRequest":{"type":"object","description":"Brand Management API Multilingual Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"schKwdNm":{"type":"string","description":"Search Keyword"},"brandDescCmt":{"type":"string","description":"Brand Description"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/saveMultiLanguageBrandInfo":{"post":{"tags":["Brand Management"],"summary":"Save Multilingual Brand Information","description":"## Function Description\n* Saves/modifies multilingual brand information.\n---\n## Detailed Description\n* Saves/modifies multilingual brand information.\n* Returns an error if required values are not entered.\n","operationId":"saveMultiLanguageBrandInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandMgmtApiLangRequest"}}},"required":true},"responses":{"200":{"description":"Save Multilingual Brand List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Save Multilingual Brand List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Brand Information

> \## Function Description\
> \* Saves/modifies detailed brand information.\
> \---\
> \## Detailed Description\
> \* Registers or modifies/saves detailed brand information.\
> \* Returns an error if required values are not entered.\
> \* If there is no brand number, it is registered as a new brand.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiSaveRequest":{"type":"object","description":"Brand Management API Save Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"useYn":{"type":"string","description":"Usage Status"},"brandImgPathNm":{"type":"string","description":"Brand Image Path Name"},"brandImgFileNm":{"type":"string","description":"Brand Image File Name"},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/saveBrandInfo":{"post":{"tags":["Brand Management"],"summary":"Save Brand Information","description":"## Function Description\n* Saves/modifies detailed brand information.\n---\n## Detailed Description\n* Registers or modifies/saves detailed brand information.\n* Returns an error if required values are not entered.\n* If there is no brand number, it is registered as a new brand.\n","operationId":"saveBrandInfo","parameters":[{"name":"brandLogoFile","in":"query","required":true,"schema":{"type":"string","format":"binary"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"brandInfo":{"$ref":"#/components/schemas/BrandMgmtApiSaveRequest"}},"required":["brandInfo"]}}}},"responses":{"200":{"description":"Save Brand Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Save Brand Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Delete Brand Information

> \## Function Description\
> \* Deletes the information of the brand requested for deletion.\
> \---\
> \## Detailed Description\
> \* Deletes the brand information.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/deleteBrandInfo":{"post":{"tags":["Brand Management"],"summary":"Delete Brand Information","description":"## Function Description\n* Deletes the information of the brand requested for deletion.\n---\n## Detailed Description\n* Deletes the brand information.\n","operationId":"deleteBrandInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}},"required":true},"responses":{"200":{"description":"Delete Brand Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Delete Brand Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}},"deprecated":true}}}}
```

## Retrieve Brand Multilingual List

> \## Function Description\
> \* Retrieves the brand multilingual information list.\
> \---\
> \## Detailed Description\
> \* Retrieves the brand multilingual information list.\
> \* The multilingual information returns the information for all languages as a list.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseBrandMultiLangInfo":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/BrandMultiLangInfo","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"BrandMultiLangInfo":{"type":"object","description":"Multilingual Brand Info","properties":{"originBrandInfo":{"$ref":"#/components/schemas/BrandMgmtApiResponse"},"multiBrandInfo":{"$ref":"#/components/schemas/BrandMgmtApiResponse"}}},"BrandMgmtApiResponse":{"type":"object","description":"Brand Management API Response","properties":{"useYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keywords"},"brandImgPathNm":{"type":"string","description":"Brand Logo Image File Path"},"brandImgFileNm":{"type":"string","description":"Brand Logo Image File Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/goods/brandMgmt/getMultiLanguageBrandInfo":{"get":{"tags":["Brand Management"],"summary":"Retrieve Brand Multilingual List","description":"## Function Description\n* Retrieves the brand multilingual information list.\n---\n## Detailed Description\n* Retrieves the brand multilingual information list.\n* The multilingual information returns the information for all languages as a list.\n","operationId":"getMultiLanguageBrandInfoList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}],"responses":{"200":{"description":"Retrieve Brand Multilingual List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseBrandMultiLangInfo"}}}},"900":{"description":"Retrieve Brand Multilingual List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Brand Multilingual List

> \## Function Description\
> \* Retrieves the brand multilingual information list.\
> \---\
> \## Detailed Description\
> \* Retrieves the brand multilingual information list.\
> \* The multilingual information returns the information for all languages as a list.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseListBrandMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/BrandMgmtApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"BrandMgmtApiResponse":{"type":"object","description":"Brand Management API Response","properties":{"useYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keywords"},"brandImgPathNm":{"type":"string","description":"Brand Logo Image File Path"},"brandImgFileNm":{"type":"string","description":"Brand Logo Image File Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/getMultiLanguageBrandInfoList":{"get":{"tags":["Brand Management"],"summary":"Retrieve Brand Multilingual List","description":"## Function Description\n* Retrieves the brand multilingual information list.\n---\n## Detailed Description\n* Retrieves the brand multilingual information list.\n* The multilingual information returns the information for all languages as a list.\n","operationId":"getMultiLanguageBrandInfoList_1","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}],"responses":{"200":{"description":"Retrieve Brand Multilingual List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListBrandMgmtApiResponse"}}}},"900":{"description":"Retrieve Brand Multilingual List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}},"deprecated":true}}}}
```

## Retrieve Brand List

> \## Function Description\
> \* Searches the brand list.\
> \---\
> \## Detailed Description\
> \* Searches the brand list.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseListBrandMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"array","description":"payload","items":{"$ref":"#/components/schemas/BrandMgmtApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"BrandMgmtApiResponse":{"type":"object","description":"Brand Management API Response","properties":{"useYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keywords"},"brandImgPathNm":{"type":"string","description":"Brand Logo Image File Path"},"brandImgFileNm":{"type":"string","description":"Brand Logo Image File Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/getBrandList":{"get":{"tags":["Brand Management"],"summary":"Retrieve Brand List","description":"## Function Description\n* Searches the brand list.\n---\n## Detailed Description\n* Searches the brand list.\n","operationId":"getBrandList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}],"responses":{"200":{"description":"Retrieve Brand List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListBrandMgmtApiResponse"}}}},"900":{"description":"Retrieve Brand List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Brand List

> \## Function Description\
> \* Searches the brand list.\
> \---\
> \## Detailed Description\
> \* Searches the brand list according to the search conditions.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseRealGridListResponseBrandMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/RealGridListResponseBrandMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseBrandMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BrandMgmtApiResponse"}}}},"BrandMgmtApiResponse":{"type":"object","description":"Brand Management API Response","properties":{"useYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keywords"},"brandImgPathNm":{"type":"string","description":"Brand Logo Image File Path"},"brandImgFileNm":{"type":"string","description":"Brand Logo Image File Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/getBrandListSearch":{"get":{"tags":["Brand Management"],"summary":"Search Brand List","description":"## Function Description\n* Searches the brand list.\n---\n## Detailed Description\n* Searches the brand list according to the search conditions.\n","operationId":"getBrandListSearch","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}],"responses":{"200":{"description":"Search Brand List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseBrandMgmtApiResponse"}}}},"900":{"description":"Search Brand List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Brand Information

> \## Function Description\
> \* Searches the brand detail information.\
> \---\
> \## Detailed Description\
> \* Searches the brand detail information.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"BrandMgmtApiRequest":{"type":"object","description":"Brand Management API Request","properties":{"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keyword"},"useYn":{"type":"string","description":"Usage Status"},"brandNoList":{"type":"array","items":{"type":"string"}}}},"ResponseBrandMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/BrandMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"BrandMgmtApiResponse":{"type":"object","description":"Brand Management API Response","properties":{"useYn":{"type":"string","description":"Usage Status"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"brandDescCmt":{"type":"string","description":"Brand Description"},"schKwdNm":{"type":"string","description":"Search Keywords"},"brandImgPathNm":{"type":"string","description":"Brand Logo Image File Path"},"brandImgFileNm":{"type":"string","description":"Brand Logo Image File Name"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/brandMgmtApi/getBrandInfo":{"get":{"tags":["Brand Management"],"summary":"Retrieve Brand Information","description":"## Function Description\n* Searches the brand detail information.\n---\n## Detailed Description\n* Searches the brand detail information.\n","operationId":"getBrandInfo","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BrandMgmtApiRequest"}}],"responses":{"200":{"description":"Retrieve Brand Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseBrandMgmtApiResponse"}}}},"900":{"description":"Retrieve Brand Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
