Last active
July 14, 2016 08:41
-
-
Save renard314/4fd406d698ba36e855c843e821fd118a to your computer and use it in GitHub Desktop.
GET coupons/eligible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"couponCodes": [ | |
{ | |
"id": 0, | |
"image": { | |
"height": 200, | |
"width": 200, | |
"backgroundColor": "#f40707", | |
"url": "https://rm-goldenmedia.imgix.net/ce235b5a9f34586f34e931487df1f7d4.jpg" | |
}, | |
"savings": { | |
"amount": { | |
"scale": 2, | |
"unscaledValue": 1000 | |
}, | |
"currencyCode": "SGD" | |
}, | |
"termsAndConditions": "https://redmart.com/promotions/tenoff", | |
"description": "25% off of your first order" | |
}, | |
{ | |
"id": 1, | |
"image": { | |
"height": 200, | |
"width": 200, | |
"backgroundColor": "#f40707", | |
"url": "https://rm-goldenmedia.imgix.net/ce235b5a9f34586f34e931487df1f7d4.jpg" | |
}, | |
"savings": { | |
"amount": { | |
"scale": 2, | |
"unscaledValue": 0 | |
}, | |
"currencyCode": "SGD" | |
}, | |
"termnAndConditions": "https://redmart.com/promotions/allforbaby", | |
"description": "25% off of baby clothes", | |
"destinationUrl": "https://redmart.com/themes/frozen", | |
"statusMessage": "You don't have baby clothes in your cart" | |
} | |
] | |
} |
POST checkout/applycoupon OR/AND POST cart/applycoupon
payload = {"id:0}
Result = CartTotal object
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GET coupons/eligible
returns a list of coupon objects
the coupon object