CouponHandler
This class provides RESTful services to get and process coupon information. For example, deleting a coupon from the list.
Method Name | HTTP Method | URL | Query Parameters | Description | Authentication | Example |
---|---|---|---|---|---|---|
getCoupon | GET | store/{storeId}/coupon/@self | responseFormat={responseFormat}&pageNumber={pageNumber}&pageSize={pageSize} | Get available coupons for the current shopper. | Yes,HTTPS | Sample |
deleteCouponById | DELETE | store/{storeId}/coupon/{couponId} | responseFormat={responseFormat} | Delete the coupon from coupon wallet by coupon id. | Yes,HTTPS | Sample |