Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 671 Bytes

File metadata and controls

16 lines (15 loc) · 671 Bytes

API 명세

  • 잔액 충전 : POST /balance/{userId}/charge 잔액 충전 API
  • 잔액 조회 : GET /balance/{userId} 잔액 조회 API
  • 상품 조회 : GET /product 상품 조회 API
  • 주문/결제 : POST /order 주문/결제 API
  • 선착순 쿠폰 발급 : POST /coupon/{userId}/issue 선착순 쿠폰 발급 API
  • 선착순 쿠폰 조회 : GET /coupon/{userId} 선착순 쿠폰 조회 API
  • 인기 판매 상품 조회 : GET /product/popular 인기 판매 상품 조회 API