Request

Header

Name Type Example Nullable Description Default
x-access-token string N jwt

Path Variable

Name Type Example Nullable Description Default
postIdx int 1 N 상품의 식별자

Response


Name Type Example Nullable Description
code string SUCCESS N
message string 성공 N
result list N
ㄴproductIdx int 1 N 상품 식별자
ㄴproductName string 이지캠프 티피텐트 4-5인용 N
상품 이름
ㄴcontent string N 상품 상세 설명
ㄴstoreIdx int 1 N 상점 식별자
ㄴstoreName string 동현이네 캠핑 N 상점 이름
ㄴlocation string 경기도 파주시 청암로 50 N 상점 위치
ㄴminPrice int 23000 N 상품의 최저가
ㄴimgUrl string http://m.nonhyupmall.com/1.jpg N 상품 이미지
ㄴlikeCount int 0 N 좋아요 한 유저 수
ㄴlikeStatus boolean true N 유저의 상품 좋아요 여부
ㄴreviews list Y 상품에 대한 리뷰
ㄴprofileImgUrl string 리뷰 작성자 프로필 사진
ㄴcontent string 리뷰 내용

Status Code

Code Message
SUCCESS 성공
SERVER_ERROR 서버 에러
400 Bad Request
401 Unauthorized