고객문의(1:1)를 API로 조회·답변할 수 있나요? 목록 경로는 있는데 명세/답변 경로를 모르겠습니다 #3563
Unanswered
royhan1022
asked this question in
묻고 답하기
Replies: 1 comment
|
안녕하세요. 커머스API 김태익입니다. '고객 문의 조회( 각 API의 요청 파라미터 및 응답 데이터 구조는 커머스API Docs를 확인해주시기 바랍니다. 감사합니다. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[환경] 커머스 API. 문의·리뷰 등 전 권한 보유.
상품문의(Q&A)는 PUT /v1/contents/qnas/{id} (commentContent) 답변 정상.
고객문의(1:1)는 조회·답변 방법을 못 찾았습니다.
[확인한 것]
GET /v1/pay-user/inquiries -> 400 code 4001 'API 명세에 맞지 않는 입력 값'
(404 아님 → 경로는 있으나 제 쿼리 파라미터가 명세와 다른 듯)
fromDate/toDate, startDate/endDate, answered, page/size 모두 4001.
PUT/POST /v1/pay-user/inquiries/{id}/answer, .../reply,
POST /v1/pay-user/inquiries/answer, PUT /v1/pay-user/inquiries/{id}
[질문]
All reactions