쿠폰 조회
GET
https://api.imweb.me/v2/shop/coupons
GET
https://api.imweb.me/v2/shop/coupons/{쿠폰고유코드}
GET
https://api.imweb.me/v2/shop/issue-coupons/{발행쿠폰코드}
응답 데이터
항목
타입
설명
coupon_code
String
쿠폰 고유 코드
status
String
쿠폰 상태
apply_sale_price
Integer
쿠폰 할인 금액
apply_sale_percent
Integer
쿠폰 할인 퍼센테이지
apply_sale_type_max_price
Integer
최대 할인금액
apply_sale_type_minimum_price
Integer
최소 주문금액
name
String
쿠폰 이름
type
String
쿠폰 형식
type_coupon_create_count
Integer
발행개수
type_coupon_use_count
Integer
사용회수
use_period
String
사용기간
create_date
String
등록일
edit_date
String
수정일
is_duplication
Boolean
추가할인가능여부
use_app
Boolean
앱전용쿠폰여부
Last updated
Was this helpful?