
AssignedCouponHandler
This class provides RESTful services to add, get, update, and delete assigned coupons for the current shopping cart.
Method Name | HTTP Method | URL | Query Parameters | Description | Authentication | Example |
---|---|---|---|---|---|---|
getAssignedCouponInfo | GET | store/{storeId}/cart/@self/assigned_coupon/ | responseFormat={responseFormat} | Gets assigned coupons for the shopping cart. | Yes,HTTPS | Sample |
applyCoupon | POST | store/{storeId}/cart/@self/assigned_coupon/ | responseFormat={responseFormat} | Applies coupons to the shopping cart. | Yes,HTTPS | Sample |
removeCoupon | DELETE | store/{storeId}/cart/@self/assigned_coupon/{couponId} | responseFormat={responseFormat} | Removes coupons from the shopping cart. | Yes,HTTPS | Sample |