상품 구매평 조회
GET
https://api.imweb.me/v2/shop/reviews
GET
https://api.imweb.me/v2/shop/reviews/{구매평번호}
요청 데이터
항목
타입
설명
prod_no
String
상품 번호
특정 상품의 구매평만 조회하고 싶은 경우 입력해주세요.
type
String
구매평 타입
특정 타입의 구매평만 조회하고 싶은 경우 입력해주세요.
imweb: 아임웹 구매평
npay: 네이버페이 구매평
rating
Integer
구매평 점수
특정 점수의 구매평만 조회하고 싶은 경우 입력해주세요.
is_photo
Boolean
포토 구매평만 조회하고 싶으신 경우 true값을 전달해주세요.
응답 데이터
항목
타입
설명
idx
Integer
구매평 번호
np_review_id
Integer
네이버페이 구매평 번호
type
String
구매평 타입
imweb: 아임웹 구매평
npay: 네이버페이 구매평
prod_no
Integer
상품 번호
prod_option
String
상품 옵션 이름
nick
String
작성자
body
String
구매평 내용
rating
Integer
구매평 점수
is_secret
Boolean
비밀글 여부
is_hide
Boolean
숨김 여부
is_photo
Boolean
포토구매평 여부
read_cnt
Integer
조회수
wtime
Integer
작성시간
Timestamp
Last updated
Was this helpful?