상품 문의 조회
GET
https://api.imweb.me/v2/shop/inquirys
GET
https://api.imweb.me/v2/shop/inquirys/{문의번호}
요청 데이터
항목
타입
설명
status
String
답변 상태
특정 상태의 문의만 조회하고 싶은 경우 입력해주세요.
WAIT: 답변 대기
COMPLETE: 답변 완료
응답 데이터
항목
타입
설명
idx
Integer
문의 번호
np_review_id
Integer
네이버페이 문의 번호
type
String
문의 타입
imweb: 아임웹 문의
npay: 네이버페이 문의
prod_no
Integer
상품 번호
nick
String
작성자
subject
String
문의 제목
body
String
문의 내용
images
Array
첨부 이미지 목록
is_secret
Boolean
비밀글 여부
is_hide
Boolean
숨김 여부
read_cnt
Integer
조회수
status
String
답변 상태
WAIT: 답변 대기
COMPLETE: 답변 완료
writer_ip
String
작성자 IP
wtime
Integer
작성시간
Timestamp
Last updated
Was this helpful?