상품Q&A 리스트 조회 APIItem Q&A List Search API

qna qna


기본설명 Base intro

SSG의 파트너사로 계약된 협력업체의 상품Q&A 리스트를 조회합니다.
조회기간의 미답변 상품Q&A에 대해서만 리스트 조회가 가능 합니다.
Search for Item Q&A lists of vendors that are contracted by SSG partners.
You can view the list only for unanswered Q&A of the inquiry period.

API 상세 항목 API Details

URL : /api/postng/qnaList.ssg
Method : POST
URL : /api/postng/qnaList.ssg
Method : POST

RequestHeader :

이름 Property 타입 Property Type 필수여부 Require 설명 Desciption 수정일 UpdateDate
Authorization String Y 업체 인증키 Vendor API Authentication Key -
Accept string Y application/xml
application/json
application/xml
application/json
-

RequestParameter :

항목 Property 타입 Property Type 필수여부 Require 설명 Desciption 수정일 UpdateDate
qnaStartDt String Y 상품문의 조회 시작일 Item Q&A Lookup start date 2017-02-28
qnaEndDt String Y 상품문의 조회 종료일 Item Q&A Display end date 2017-02-28

ResponseBody :

항목 Property 타입 Property Type 필수여부 Require 설명 Desciption 수정일 UpdateDate
resultCode String 결과 코드 Response Result 2017-02-28
resultMessage String 결과 값 Response Message 2017-02-28
resultDesc String 오류 메시지 Response Error Message 2017-02-28
totalCount Int 전체 카운트 Total Count 2017-02-28
qnaList list 2017-02-28
qna object 2017-02-28
regpeId String 회원정보 Customer Member Information 2017-02-28
postngId String 문의번호 Q&A Number 2017-02-28
postngTitleNm String 상품Q&A 제목 Item Question Title 2017-02-28
postngCntt String 상품Q&A 내용 Item Question Contents 2017-02-28
regDts String 등록 일시 Registeration Date 2017-02-28
itemId String 상품ID ITEM ID 2017-02-28
itemNm String 상품 명 ITEM Name 2017-02-28
inqSalestrNo String 영업점번호 Sales store number 2017-02-28
inqSalestrNM String 영업점 명 Sales store name 2017-02-28
siteNo String 사이트번호 Site Number 2017-02-28
siteNm String 사이트명 Site name 2017-02-28
ordNo String 주문번호 : 작성시점에 해당 상품을 주문한 최근 주문번호 Order Number 2017-11-15

샘플 코드 SampleCode