상품평 평가항목 관리
고객프로필항목매핑목록 저장 성공
result time
result code
result message
process check
payload
is error
고객프로필항목매핑목록 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewPrfleItemListByCategory HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 250
{
"all": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"sortSeq": 1
}
],
"create": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"sortSeq": 1
}
],
"update": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"sortSeq": 1
}
],
"delete": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"sortSeq": 1
}
]
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가값 목록 저장 성공
result time
result code
result message
process check
payload
is error
평가값 목록 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationValueList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 378
{
"all": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"create": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"update": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"delete": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
]
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}상품평 관리 API Request DTO
다국어 평가항목 및 평가값 저장 성공
result time
result code
result message
process check
payload
is error
다국어 평가항목 및 평가값 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationMultiLanguage HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 505
{
"prEvltItemCd": {
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
},
"realGridCUD": {
"all": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"create": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"update": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"delete": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
]
}
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}다국어 평가값 목록 저장 성공
result time
result code
result message
process check
payload
is error
다국어 평가값 목록 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationMultiLanguageValueList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 378
{
"all": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"create": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"update": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
],
"delete": [
{
"evltItemNo": 1,
"evltValNo": "text",
"evltVal": "text",
"sortSeq": 1,
"evltValMl": "text"
}
]
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가항목코드
언어코드(CM009) ko:한국어, en:영어
ko평가항목번호
1평가항목명
평가항목명사용여부
Y평가항목명(다국어)
다국어 평가항목 저장 성공
result time
result code
result message
process check
payload
is error
다국어 평가항목 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationMultiLanguageItem HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가항목목록 저장 성공
result time
result code
result message
process check
payload
is error
평가항목목록 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationItemList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 426
{
"all": [
{
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
}
],
"create": [
{
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
}
],
"update": [
{
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
}
],
"delete": [
{
"langCd": "ko",
"evltItemNo": 1,
"evltItemNm": "평가항목명",
"useYn": "Y",
"evltItemNmMl": "text"
}
]
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가항목매핑목록 저장 성공
result time
result code
result message
process check
payload
is error
평가항목매핑목록 저장 실패
POST /api/bo/v1/goods/reviewEvaluationItemMgmtApi/saveReviewEvaluationItemListByCategory HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 346
{
"all": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text"
}
],
"create": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text"
}
],
"update": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text"
}
],
"delete": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text"
}
]
}{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}추가대상 고객 프로필 항목 목록 조회 성공
result time
result code
result message
process check
is error
추가대상 고객 프로필 항목 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewPrfleItemListForAdd?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"mbrPrfleNm": "text",
"sortSeq": 1,
"addYn": "text"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}고객프로필항목 매핑목록 조회 성공
result time
result code
result message
process check
is error
고객프로필항목 매핑목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewPrfleItemListByCategory?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"mbrPrfleCd": "text",
"mbrPrfleNm": "text",
"sortSeq": 1,
"addYn": "text"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가값 목록 조회 성공
result time
result code
result message
process check
is error
평가값 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationValueList?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}다국어 평가항목명 조회 성공
result time
result code
result message
process check
is error
다국어 평가항목명 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationMultiLanguage?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}다국어 평가값 목록 조회 성공
result time
result code
result message
process check
is error
다국어 평가값 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationMultiLanguageValueList?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}다국어 평가항목 조회 성공
result time
result code
result message
process check
is error
다국어 평가항목 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationMultiLanguageItem?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가값 목록 조회 성공
result time
result code
result message
process check
is error
평가값 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationItemValueList?evltItemNo=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가항목 목록 조회 성공
result time
result code
result message
process check
is error
평가항목 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationItemList?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}추가대상 평가항목 목록 조회 성공
result time
result code
result message
process check
is error
추가대상 평가항목 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationItemListForAdd?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}평가항목 매핑목록 조회 성공
result time
result code
result message
process check
is error
평가항목 매핑목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getReviewEvaluationItemListByCategory?request=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}매핑된 표준카테고리 목록 조회 성공
result time
result code
result message
process check
is error
매핑된 표준카테고리 목록 조회 실패
GET /api/bo/v1/goods/reviewEvaluationItemMgmtApi/getMappedCategoryListToEvaluationItem?evltItemNo=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"stdCtgNo": "text",
"evltItemNo": "text",
"evltItemNm": "text",
"sortSeq": 1,
"mdtyEvltItemYn": "text",
"addYn": "text",
"evltVal": "text",
"useYn": "text",
"stdCtgMapCnt": 1,
"evltValNo": "text",
"stdCtgHierarchy": "text",
"evltValMl": "text",
"evltItemNmMl": "text",
"totalCount": 1
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}마지막 업데이트