AssignedPromotionCodeHandler
This class provides RESTful services to add, get, update, and delete assigned promotion codes for the current shopping cart.
Method Name | HTTP Method | URL | Query Parameters | Description | Authentication | Example |
---|---|---|---|---|---|---|
getAssignedPromotioncodeInfo | GET | store/{storeId}/cart/@self/assigned_promotion_code/ | responseFormat={responseFormat} | Gets assigned promotion codes for the shopping cart. | Yes,HTTPS | Sample |
applyPromotioncode | POST | store/{storeId}/cart/@self/assigned_promotion_code/ | responseFormat={responseFormat} | Applies promotion codes to the shopping cart. | Yes,HTTPS | Sample |
removePromotionCode | DELETE | store/{storeId}/cart/@self/assigned_promotion_code/{promoCode} | responseFormat={responseFormat} | Removes promotion codes from the shopping cart. | Yes,HTTPS | Sample |