미답변 상품문의 개수를 조회합니다.
요청
POST /v1/store/qna/unansweredCount HTTP/1.1
Content-type: application/x-www-form-urlencoded;charset=utf-8
응답
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
{
"count" : 12
}
필드명 | 설명 |
---|---|
count | 미답변 상품문의 개수 |
미답변 상품문의 개수를 조회합니다.
POST /v1/store/qna/unansweredCount HTTP/1.1
Content-type: application/x-www-form-urlencoded;charset=utf-8
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
{
"count" : 12
}
필드명 | 설명 |
---|---|
count | 미답변 상품문의 개수 |