도매꾹 Open API

상품문의글 목록 조회

상품문의글에 대한 목록을 조회할 수 있는 API입니다

상품문의글에 대한 목록을 조회할 수 있는 API입니다.


ver: 1.0

Mode: listItemSup

Method: POST

Endpoint: https://domeggook.com/ssl/api/

Request Example:

하단 예시 참고

XML

순서

항목(자료형, 필수여부)

설명

1

ver (string,Y) 

API 버전: 1.0

2

mode (string,Y) 

API Mode: listItemSup

3

aid (string,Y) 

API 호출을 위한 aid

4

id (string,Y) 

회원 아이디

5

sId (string,Y) 

로그인 API 호출로 발급되는 sId

6

type (string,Y) 

검색유형

  • item : 상품번호로 조회

  • writer : 문의자로 조회

  • seller : 공급사로 조회

7

itemNo (int,C) 

*조건부 필수

type이 item일 경우 필수 - 상품번호 입력

8

writeId (string,C)

*조건부 필수 

type이 writer일 경우 필수 - 문의글 작성 아이디

9

sellId (string,C) 

*조건부 필수

type이 seller일 경우 필수 - 공급사 아이디

10

supNo (int,N) 

상품문의글 번호

11

status (string,N) 

상품문의글 답변상태 검색

  • UNREAD : 미확인상태

  • NOREPLY : 미답변상태

  • REPLY : 답변상태

12

title (string,N) 

문의글 제목 또는 제목에 들어간 단어 포함 검색

13

dateStart (string,N) 

상품문의글 등록일 검색(시작일)

  • ex> 20230901

14

dateEnd (string,N) 

상품문의글 등록일 검색(종료일)

  • ex> 20230910

15

pg (int,N) 

검색 하려는 페이지 번호

  • 기본값 1

16

ic (int,N) 

한 번에 조회하려는 단위 수

  • 기본 값 20

순서

항목

자료형

설명

1

header.numberOfItems

int

전체 목록 수

2

header.currentPage

int

현재 조회 페이지

3

header.firstItem

int

페이지 첫번째 번호

4

header.lastItem

int

페이지 마지막 번호

5

header.itemsPerPage

int

페이지 당 보여지는 목록 수

6

header.numberOfPages

int

전체 페이지 수

7

header.locked

int

검색 후 반환된 목록 중 사이트 정책에 따라 조회가 불가한 상품문의글의 수

8

supports.support.no

int

상품문의글 번호

9

supports.support.status

string

상품문의글 답변상태

10

supports.support.id

string

상품문의글 작성자 아이디

11

supports.support.title

string

상품문의글 제목

12

supports.support.date

string

상품문의글 등록일

13

supports.support.secret

int

상품문의글 비밀글 여부1 : 비밀글0 : 노출

14

supports.support.locked

int

상품문의글 숨김글 여부1 : 숨김0 : 노출

15

supports.support.comCnt

int

상품문의글에 달린 답변 수

16

supports.support.item.itemNo

int

상품번호

17

supports.support.item.itemTitle

string

상품명

18

supports.support.item.sellerId

string

상품의 공급사 아이디

JSON