접수된 상품문의글에 답변을 등록할 수 있는 API입니다.
ver: 1.0
Mode: writeItemSupCom
Method: POST
Endpoint: https://domeggook.com/ssl/api/
Request Example:
하단 예시 참고
Plaintext
# postman bulk edit 예시
Content-Type: application/x-www-form-urlencoded
ver:1.0
mode:writeItemSupCom
aid:{API_KEY}
id:{USER_ID}
sId:{SESSION_ID}
supNo:9000001
memo:곧 배송해드릴게요
secret:0순서 | 항목(자료형, 필수여부) | 설명 |
1 | ver (string,Y) | API 버전: 1.0 |
2 | mode (string,Y) | API Mode: writeItemSupCom |
3 | aid (string,Y) | API 호출을 위한 aid |
4 | id (string,Y) | 회원 id |
5 | sId (string,Y) | 회원 sId |
6 | supNo (int,Y) | 상품문의글 번호 |
7 | memo (string,Y) | 상품문의글에 대한 답변내용 |
8 | secret (int,N) | 문의자만 확인할 수 있도록 비밀글로 설정· 1 : 비밀글로 설정· 0 : 공개 (기본값) |
순서 | 항목 | 자료형 | 설명 |
|---|---|---|---|
1 | result | string | 결과
|
2 | supNo | int | 답변이 등록된 문의글 번호 |
3 | supComNo | int | 등록된 답변글 번호 |
XML