본문 바로가기
CS API

ESM 공지사항 조회 API

Description
[POST] https://sa2.esmplus.com/item/v1/communications/notices
ESM 판매자 공지사항을 조회합니다.

Request Description

항목 항목명 필수여부 Type Description
SiteType 사이트구분 Y int 1 : ESM+(전체)
2 : 옥션
3 : G마켓
StartDate 조회기준 시작일 Y datetime 1개월 단위로 조회 가능
EndDate 조회기준 종료일 Y datetime 1개월 단위로 조회 가능
JSON
{
  "siteType": 1,
  "startDate": "2019-05-03",
  "endDate": "2019-05-03"
}

 

Response Description

항목 항목명 Type Description
resultCode 결과 int  
Message 메시지 string  
siteType 사이트구분 int 1 : ESM+(전체)
2 : 옥션
3 : G마켓
boardType 공지구분 string 일반공지,
안전거래공지,
카테고리공지,
광고공지,
이벤트공지,
시스템공지,
위해상품공지,
API공지
requestDate 공지등록일 date-time  
title 공지제목 string  
details 공지내용 string html로 제공

JSON_Success

{
  "siteType": 0,
  "boardType": "string",
  "requestDate": "2019-05-03T01:58:07.567Z",
  "title": "string",
  "details": "string"
}

Sample Code_Success

[
    {
        "siteType": 1,
        "boardType": "일반공지",
        "requestDate": "2019-04-29T14:20:47.293+09:00",
        "title": "[G마켓/옥션] V-커머스 온라인기획전 참여모집(전액지원)",
        "details": "\t<img src=\"http://gi.esmplus.com/luckmono/2019/esm_notice_190429.jpg\" usemap=\"#Map\" border=\"0\">\n<map name=\"Map\">\n  <area shape=\"rect\" coords=\"430,1391,657,1454\" href=\"https://www.imstars.or.kr/portal/preSupportRequest.do\" target=\"_blank\">\n  <area shape=\"rect\" coords=\"183,1391,411,1454\" href=\"http://sminfo.mss.go.kr/er/er/EER009R0.do\" target=\"_blank\">\n</map>\n<div><br></div><a href=\"http://doc.gmarket.co.kr/esm/소상공인홈쇼핑입점지원사업 신청 안내.hwp\" title=\"\" target=\"_blank\"><b><font color=\"#3300ff\">\n소상공인홈쇼핑입점지원사업 신청 안내 다운</font></b></a>"
    },
    {
        "siteType": 1,
        "boardType": "일반공지",
        "requestDate": "2019-04-26T14:36:39.453+09:00",
        "title": "[G마켓/옥션] 2019 Big Smile Day 참가 접수 안내",
        "details": "\n\t\n\n\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<title>Untitled Document</title>\n\n\n\n<img src=\"https://simage.auction.co.kr/upload/ck/bdc/2019/03/yPdpW5QuTM2MqyfDpQL8.png\" usemap=\"#Map\" border=\"0\">\n<map name=\"Map\" id=\"Map\">\n  <area shape=\"rect\" coords=\"228,1251,631,1354\" href=\"https://ko.surveymonkey.com/r/PS7JS8G \" target=\"_blank\" alt=\"빅스마일데이 참여 신청하기\">\n</map>\n\n\n"
   }
]

JSON_Fail

{
    "resultCode": 0,
    "message": "String"
}

Sample Code_Fail

{
    "resultCode": 1000,
    "message": "[001000] [F001000]조회된 기간에 공지사항이 없습니다"
}

 

'CS API' 카테고리의 다른 글

판매자문의 조회 API  (0) 2022.11.03
판매자문의 답변 API  (0) 2022.11.03
긴급알리미 조회 API  (0) 2022.11.03
긴급알리미 답변 API  (0) 2022.11.03