> 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/popup-bo-api/vendor-popup.md).

# Vendor Popup

## Modify Vendor Information

> \## Function Description\
> \* This is the API for modifying vendor information.\
> \---\
> \## Detailed Description\
> \* Modifies vendor information.\
> &#x9;\* Modifies vendor information, delivery fee policy information, contact person information, and delivery address information.\
> \---\
> \## Validation Details\
> \* Validates the vendor information upon modification.\
> &#x9;\* The vendor name must not be duplicated.\
> \* Validates the contact person information upon modification.\
> &#x9;\* Required for add/edit: Job Code, Contact Person Name\
> &#x9;\* Required for delete: Contact Person Sequence No.\
> \* Validates the delivery policy information upon modification.\
> &#x9;\* Required for add/edit: Vendor No., Delivery Fee Amount, Delivery Fee Type, Base Amount, Return Collection Fee, Exchange Delivery Fee\
> &#x9;\* Required for delete: Vendor No.\
> \* Validates the delivery address information upon modification.\
> &#x9;\* Required for add/edit: Vendor No., Delivery Address Name, Postal Code Sequence No., Detailed Address, Mobile Phone No.\
> &#x9;\* Required for delete: Vendor Delivery Address No.<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":[]}],"paths":{"/v1/popup/partnerMgmt/updateVendorWithOtherData":{"put":{"tags":["Vendor Popup"],"summary":"Modify Vendor Information","description":"## Function Description\n* This is the API for modifying vendor information.\n---\n## Detailed Description\n* Modifies vendor information.\n\t* Modifies vendor information, delivery fee policy information, contact person information, and delivery address information.\n---\n## Validation Details\n* Validates the vendor information upon modification.\n\t* The vendor name must not be duplicated.\n* Validates the contact person information upon modification.\n\t* Required for add/edit: Job Code, Contact Person Name\n\t* Required for delete: Contact Person Sequence No.\n* Validates the delivery policy information upon modification.\n\t* Required for add/edit: Vendor No., Delivery Fee Amount, Delivery Fee Type, Base Amount, Return Collection Fee, Exchange Delivery Fee\n\t* Required for delete: Vendor No.\n* Validates the delivery address information upon modification.\n\t* Required for add/edit: Vendor No., Delivery Address Name, Postal Code Sequence No., Detailed Address, Mobile Phone No.\n\t* Required for delete: Vendor Delivery Address No.\n","operationId":"updateVendorWithOtherData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveVendorWithOtherDataRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}}}}}},"components":{"schemas":{"SaveVendorWithOtherDataRequest":{"type":"object","description":"Save Vendor Information Request","properties":{"createEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Create List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"updateEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Update List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"deleteEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Delete List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"createEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Create List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"updateEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Update List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"deleteEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Delete List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"createEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Create List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"updateEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Update List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"deleteEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Delete List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Basic Information"}}},"EtEntrAempInfo":{"type":"object","description":"Vendor Contact Information","properties":{"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","default":1,"description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","default":"엑스투비","description":"Person in Charge Name"},"telRgnNo":{"type":"string","default":"02","description":"Phone Area Code"},"telTxnoNo":{"type":"string","default":"554","description":"Phone Exchange Code"},"telEndNo":{"type":"string","default":"4668","description":"Phone Last Digits"},"cellSctNo":{"type":"string","default":"010","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","default":"1111","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","default":"1111","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","default":"x2bee@plateer.com","description":"Email Address"}}},"EtDeliPolcBase":{"type":"object","description":"Delivery Policy Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"integer","format":"int32","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Area Group No."}}},"EtEntrDlvpInfo":{"type":"object","description":"Vendor Delivery Location Information","properties":{"entrDlvpNo":{"type":"string","default":"10000000","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"dlvpTypCd":{"type":"string","default":"10","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","default":"배송지명","description":"Delivery Address Name"},"useYn":{"type":"string","default":"Y","description":"Usage Status"},"zipNoSeq":{"type":"integer","format":"int64","default":5836,"description":"Postal Code Sequence No."},"zipNo":{"type":"string","default":5836,"description":"Postal Code"},"zipAddr":{"type":"string","default":"우편주소","description":"Postal Address"},"dtlAddr":{"type":"string","default":"상세주소","description":"Detailed Address"},"utakmnNm":{"type":"string","default":"담당자명","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","default":"02","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","default":"554","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","default":"4668","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","default":"010","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Last Digits"}}},"EtEntrBase":{"type":"object","description":"Vendor Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"latt":{"type":"number","format":"double","description":"Latitude"},"lngt":{"type":"number","format":"double","description":"Longitude"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"bmanKindNm":{"type":"string","description":"Business Type Code Name"},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCont":{"type":"string","description":"Remarks"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate1":{"type":"number","description":"Margin Rate 1"},"mrgnRate2":{"type":"number","description":"Margin Rate 2"},"singleMrgnRate":{"type":"number","description":"Single Margin Rate"},"intervalMrgnRate1":{"type":"number","description":"Tiered Margin Rate 1"},"intervalMrgnRate2":{"type":"number","description":"Tiered Margin Rate 2"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Integration Type Code"},"ecpnLinkGbNm":{"type":"string","description":"E-Coupon Integration Type Name"},"entrGbNm":{"type":"string","description":"Vendor Type Name"},"trdStatNm":{"type":"string","description":"Transaction Status Name"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}},"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"}}}}}}
```

## Save Vendor Information

> \## Function Description\
> \* This is the API for saving vendor information.\
> \---\
> \## Detailed Description\
> \* Saves vendor information.\
> \* Saves vendor information, delivery fee policy information, contact person information, and delivery address information.\
> &#x20;        \---\
> &#x20;        \## Revision History\
> &#x20;        \* Release v2.00\_240627: Added additional delivery fee registration feature\
> \---\
> \## Validation Details\
> \* Validates the vendor information upon saving.\
> &#x9;\* The vendor name must not be duplicated.\
> &#x9;\* Required: Vendor Name, Business Type Code, Business Registration No., Transaction Type Code, Transaction Status Code, Contract Start Date, Contract End Date, Contact Person Mobile Phone No., Representative Name, Postal Code Sequence No., Postal Code, Postal Address, Detailed Address<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":[]}],"paths":{"/v1/popup/partnerMgmt/saveVendorWithOtherData":{"post":{"tags":["Vendor Popup"],"summary":"Save Vendor Information","description":"## Function Description\n* This is the API for saving vendor information.\n---\n## Detailed Description\n* Saves vendor information.\n* Saves vendor information, delivery fee policy information, contact person information, and delivery address information.\n         ---\n         ## Revision History\n         * Release v2.00_240627: Added additional delivery fee registration feature\n---\n## Validation Details\n* Validates the vendor information upon saving.\n\t* The vendor name must not be duplicated.\n\t* Required: Vendor Name, Business Type Code, Business Registration No., Transaction Type Code, Transaction Status Code, Contract Start Date, Contract End Date, Contact Person Mobile Phone No., Representative Name, Postal Code Sequence No., Postal Code, Postal Address, Detailed Address\n","operationId":"saveVendorWithOtherData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveVendorWithOtherDataRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}}}}}},"components":{"schemas":{"SaveVendorWithOtherDataRequest":{"type":"object","description":"Save Vendor Information Request","properties":{"createEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Create List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"updateEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Update List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"deleteEtEntrAempInfoList":{"type":"array","description":"Vendor Contact Information Delete List","items":{"$ref":"#/components/schemas/EtEntrAempInfo"}},"createEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Create List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"updateEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Update List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"deleteEtDeliPolcBaseList":{"type":"array","description":"Delivery Policy Basic Delete List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"createEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Create List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"updateEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Update List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"deleteEtEntrDlvpInfoList":{"type":"array","description":"Vendor Delivery Address Information Delete List","items":{"$ref":"#/components/schemas/EtEntrDlvpInfo"}},"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Basic Information"}}},"EtEntrAempInfo":{"type":"object","description":"Vendor Contact Information","properties":{"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","default":1,"description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","default":"엑스투비","description":"Person in Charge Name"},"telRgnNo":{"type":"string","default":"02","description":"Phone Area Code"},"telTxnoNo":{"type":"string","default":"554","description":"Phone Exchange Code"},"telEndNo":{"type":"string","default":"4668","description":"Phone Last Digits"},"cellSctNo":{"type":"string","default":"010","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","default":"1111","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","default":"1111","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","default":"x2bee@plateer.com","description":"Email Address"}}},"EtDeliPolcBase":{"type":"object","description":"Delivery Policy Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"integer","format":"int32","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Area Group No."}}},"EtEntrDlvpInfo":{"type":"object","description":"Vendor Delivery Location Information","properties":{"entrDlvpNo":{"type":"string","default":"10000000","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","default":"1000002","description":"Vendor No."},"dlvpTypCd":{"type":"string","default":"10","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","default":"배송지명","description":"Delivery Address Name"},"useYn":{"type":"string","default":"Y","description":"Usage Status"},"zipNoSeq":{"type":"integer","format":"int64","default":5836,"description":"Postal Code Sequence No."},"zipNo":{"type":"string","default":5836,"description":"Postal Code"},"zipAddr":{"type":"string","default":"우편주소","description":"Postal Address"},"dtlAddr":{"type":"string","default":"상세주소","description":"Detailed Address"},"utakmnNm":{"type":"string","default":"담당자명","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","default":"02","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","default":"554","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","default":"4668","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","default":"010","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","default":"1111","description":"Contact Person's Mobile Phone Last Digits"}}},"EtEntrBase":{"type":"object","description":"Vendor Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"latt":{"type":"number","format":"double","description":"Latitude"},"lngt":{"type":"number","format":"double","description":"Longitude"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"bmanKindNm":{"type":"string","description":"Business Type Code Name"},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCont":{"type":"string","description":"Remarks"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate1":{"type":"number","description":"Margin Rate 1"},"mrgnRate2":{"type":"number","description":"Margin Rate 2"},"singleMrgnRate":{"type":"number","description":"Single Margin Rate"},"intervalMrgnRate1":{"type":"number","description":"Tiered Margin Rate 1"},"intervalMrgnRate2":{"type":"number","description":"Tiered Margin Rate 2"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Integration Type Code"},"ecpnLinkGbNm":{"type":"string","description":"E-Coupon Integration Type Name"},"entrGbNm":{"type":"string","description":"Vendor Type Name"},"trdStatNm":{"type":"string","description":"Transaction Status Name"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}},"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"}}}}}}
```

## Vendor Information Retrieval

> &#x20;  \## Function Description\
> &#x20;  \* Retrieves whether the business registration number is duplicated among vendors that are pending transaction or in transaction, based on the vendor number.\
> &#x20;  \## Detailed Description\
> &#x20;  \* Retrieves whether the business registration number is duplicated among vendors that are pending transaction or in transaction, based on the vendor number.<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":[]}],"paths":{"/v1/popup/partnerMgmt/isDuplicateWithBusinessNo":{"get":{"tags":["Vendor Popup"],"summary":"Vendor Information Retrieval","description":"   ## Function Description\n   * Retrieves whether the business registration number is duplicated among vendors that are pending transaction or in transaction, based on the vendor number.\n   ## Detailed Description\n   * Retrieves whether the business registration number is duplicated among vendors that are pending transaction or in transaction, based on the vendor number.\n","operationId":"isDuplicateWithBusinessNo","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseBoolean"}}}}}}}},"components":{"schemas":{"ResponseBoolean":{"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":"boolean","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"}}}}}}
```

## Vendor Information Retrieval

> &#x20;  \## Function Description\
> &#x20;  \* Retrieves vendor information based on the vendor number.\
> &#x20;  \## Detailed Description\
> &#x20;  \* Retrieves vendor information based on the vendor number.\
> &#x20;  \* Retrieves vendor information, delivery fee policy information, contact person information, delivery address information, and the list of registered business registration numbers.\
> &#x20;        \---\
> &#x20;        \## Revision History\
> &#x20;        \* Release v2.00\_240627: Added additional delivery fee inquiry when retrieving delivery fee policy information\
> &#x20;  \---\
> &#x20;  \## Notes\
> &#x20;  \* Used to check for duplicate business registration numbers when saving, by looking up the registered vendor's business registration number.\
> &#x20;  \---\
> &#x20;  \## Code Reference\
> &#x20;  \* \`\`\` Selection Type \`\`\` : C: Register, RU: Detail Inquiry and Modify<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":[]}],"paths":{"/v1/popup/partnerMgmt/getPartnerDetailWithOtherData":{"get":{"tags":["Vendor Popup"],"summary":"Vendor Information Retrieval","description":"   ## Function Description\n   * Retrieves vendor information based on the vendor number.\n   ## Detailed Description\n   * Retrieves vendor information based on the vendor number.\n   * Retrieves vendor information, delivery fee policy information, contact person information, delivery address information, and the list of registered business registration numbers.\n         ---\n         ## Revision History\n         * Release v2.00_240627: Added additional delivery fee inquiry when retrieving delivery fee policy information\n   ---\n   ## Notes\n   * Used to check for duplicate business registration numbers when saving, by looking up the registered vendor's business registration number.\n   ---\n   ## Code Reference\n   * ``` Selection Type ``` : C: Register, RU: Detail Inquiry and Modify\n","operationId":"getPartnerDetailWithOtherData","parameters":[{"name":"entrNo","in":"query","description":"Vendor No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponsePartnerCruPopupResponseEx"}}}}}}}},"components":{"schemas":{"ResponsePartnerCruPopupResponseEx":{"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/PartnerCruPopupResponseEx","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"PartnerCruPopupResponseEx":{"type":"object","properties":{"etEntrBase":{"$ref":"#/components/schemas/EtEntrBase","description":"Vendor Information"},"etDeliPolcBaseList":{"type":"array","description":"Delivery Fee Policy Information List","items":{"$ref":"#/components/schemas/EtDeliPolcBase"}},"etEntrAempInfoList":{"type":"array","description":"Contact Person Information List","items":{"$ref":"#/components/schemas/CooperateEmployeeSearchResponse"}},"etEntrDlvpInfoList":{"type":"array","description":"Delivery Address Information List","items":{"$ref":"#/components/schemas/CooperateDeliveryInfoResponse"}},"bmanNoList":{"type":"array","description":"Registered Business Registration No. List","items":{"type":"string"}}}},"EtEntrBase":{"type":"object","description":"Vendor Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"entrGbCd":{"type":"string","description":"Vendor Classification Code (VD001) 10: Product Supplier, 20: Affiliate Partner"},"latt":{"type":"number","format":"double","description":"Latitude"},"lngt":{"type":"number","format":"double","description":"Longitude"},"trdTypCd":{"type":"string","description":"Transaction Type Code (VD002) 10: Direct Purchase, 20: Consignment Sale, 30: Affiliate"},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"trdStatCd":{"type":"string","description":"Transaction Status Code (VD003) 10: Pending Transaction, 20: In Transaction, 30: Transaction Ended"},"lgcEntrNo":{"type":"string","description":"Core System Vendor No."},"rpstmnNm":{"type":"string","description":"Representative Name"},"bmanNo":{"type":"string","description":"Business Registration No."},"bmanKindNm":{"type":"string","description":"Business Type Code Name"},"corpnNo":{"type":"string","description":"Corporate Registration No."},"btyp":{"type":"string","description":"Business Type"},"bkind":{"type":"string","description":"Business Category"},"contStrtDy":{"type":"string","format":"date","description":"Contract Start Date"},"contEndDy":{"type":"string","format":"date","description":"Contract End Date"},"aempNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"faxRgnNo":{"type":"string","description":"Fax Area Code"},"faxTxnoNo":{"type":"string","description":"Fax Exchange Code"},"faxEndNo":{"type":"string","description":"Fax Last Digits"},"bmanKindCd":{"type":"string","description":"Business Type Code (VD004) 10: Tax-Exempt Business, 20: General Taxable Business"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"rmkCont":{"type":"string","description":"Remarks"},"mrgnRateGbCd":{"type":"string","description":"Margin Rate Classification Code (VD008) 10: Fixed Margin, 20: Tiered Margin"},"mrgnRate1":{"type":"number","description":"Margin Rate 1"},"mrgnRate2":{"type":"number","description":"Margin Rate 2"},"singleMrgnRate":{"type":"number","description":"Single Margin Rate"},"intervalMrgnRate1":{"type":"number","description":"Tiered Margin Rate 1"},"intervalMrgnRate2":{"type":"number","description":"Tiered Margin Rate 2"},"ecpnUseYn":{"type":"string","description":"E-Coupon Usage Status"},"ecpnLinkGbCd":{"type":"string","description":"E-Coupon Integration Type Code"},"ecpnLinkGbNm":{"type":"string","description":"E-Coupon Integration Type Name"},"entrGbNm":{"type":"string","description":"Vendor Type Name"},"trdStatNm":{"type":"string","description":"Transaction Status Name"},"itmSaleStatCd":{"type":"string","description":"Item Sales Status","enum":["TEMPORARY_STORAGE","WAITING_FOR_APPROVAL","COMPANION","SALES","SOLD_OUT","SALE_END"]},"saleStatChgCausCd":{"type":"string","description":"Sales Status Change Reason Code","enum":["SALES","SOLD_OUT","SUSPEND","SALE_END","PARTNER_SALE_END"]},"rtGrpNo":{"type":"string","description":"Authorization Group No."},"endPartnerSaleAndAuthGroup":{"type":"string","writeOnly":true}}},"EtDeliPolcBase":{"type":"object","description":"Delivery Policy Basic Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"stdAmt":{"type":"integer","format":"int32","description":"Standard Amount"},"dlexAmt":{"type":"number","description":"Delivery Fee Amount"},"wthdRtnAmt":{"type":"number","description":"Return Pickup Fee"},"exchDlex":{"type":"integer","format":"int32","description":"Exchange Delivery Fee"},"addDlexAmt":{"type":"integer","format":"int32","description":"Additional Shipping Fee Amount"},"useYn":{"type":"string","description":"Usage Status"},"goodsCnt":{"type":"integer","format":"int32","description":"Number of Registered Products"},"deliRegnGrpNo":{"type":"string","description":"Delivery Area Group No."}}},"CooperateEmployeeSearchResponse":{"type":"object","description":"Contact Information","properties":{"entrNo":{"type":"string","description":"Vendor No."},"aempSeq":{"type":"integer","format":"int64","description":"Manager Sequence No."},"dutyCd":{"type":"string","description":"Job Code (VD006) 01: Sales, 02: Accounting"},"aempNm":{"type":"string","description":"Person in Charge Name"},"telRgnNo":{"type":"string","description":"Phone Area Code"},"telTxnoNo":{"type":"string","description":"Phone Exchange Code"},"telEndNo":{"type":"string","description":"Phone Last Digits"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"telNo":{"type":"string","description":"Phone Number"},"cellNo":{"type":"string","description":"Mobile Phone No."}}},"CooperateDeliveryInfoResponse":{"type":"object","description":"Delivery Address Information","properties":{"entrDlvpNo":{"type":"string","description":"Vendor Delivery Location No."},"entrNo":{"type":"string","description":"Vendor No."},"dlvpTypCd":{"type":"string","description":"Delivery Location Type Code (VD007) 10: Shipping Location, 20: Return Location"},"dlvpNm":{"type":"string","description":"Delivery Address Name"},"useYn":{"type":"string","description":"Usage Status"},"zipNoSeq":{"type":"integer","format":"int64","description":"Postal Code Sequence No."},"zipNo":{"type":"string","description":"Postal Code"},"zipAddr":{"type":"string","description":"Postal Address"},"dtlAddr":{"type":"string","description":"Detailed Address"},"utakmnNm":{"type":"string","description":"Person in Charge Name"},"aempTelRgnNo":{"type":"string","description":"Contact Person's Phone Area Code"},"aempTelTxnoNo":{"type":"string","description":"Contact Person's Phone Exchange Code"},"aempTelEndNo":{"type":"string","description":"Contact Person's Phone Last Digits"},"aempCellSctNo":{"type":"string","description":"Contact Person's Mobile Phone Prefix Code"},"aempCellTxnoNo":{"type":"string","description":"Contact Person's Mobile Phone Exchange Code"},"aempCellEndNo":{"type":"string","description":"Contact Person's Mobile Phone Last Digits"},"aempTelNo":{"type":"string","description":"Contact Phone No."},"aempCellNo":{"type":"string","description":"Contact Person Mobile Phone No."}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
````
