Last active
August 29, 2015 14:13
-
-
Save captn3m0/52fca6662e453c60a6b9 to your computer and use it in GitHub Desktop.
Yureka Deal Status
This file contains 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
HTTP/1.1 200 OK | |
Date: Tue, 13 Jan 2015 10:21:18 GMT | |
Server: Server | |
x-amzn-RequestId: ea145a86-9b0d-11e4-a894-931a3cd42caf | |
X-Amz-Date: Tue, 13 Jan 2015 10:21:19 GMT | |
Content-Type: application/json | |
Content-Length: 2852 | |
Vary: Accept-Encoding,User-Agent |
This file contains 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
{ | |
"dealDetails": { | |
"ea9fef51": { | |
"currencyCode": "INR", | |
"dealID": "ea9fef51", | |
"description": "The Zeus of Phones", | |
"displayPriority": 10, | |
"egressUrl": "http://www.amazon.in/dp/B00R659KZ8", | |
"eventID": null, | |
"extendedAttributes": null, | |
"geoDisplayName": null, | |
"impressionAsin": "B00R659KZ8", | |
"ingressUrl": "http://www.amazon.in/b?ie=UTF8&node=1592905031", | |
"isEligibleForFreeShipping": false, | |
"isFeatured": true, | |
"isMAP": false, | |
"isPrimeEligible": true, | |
"itemType": "SINGLE_ITEM", | |
"items": [ | |
{ | |
"bAmount": 12499, | |
"bKind": "OP", | |
"currencyCode": "INR", | |
"currentPrice": 12499, | |
"dealID": "ea9fef51", | |
"dealPrice": 8999, | |
"egressUrl": "http://www.amazon.in/dp/B00R659KZ8", | |
"ingressUrl": "http://www.amazon.in/b?ie=UTF8&node=1592905031", | |
"isMAP": false, | |
"isOneClickable": false, | |
"isParentItem": false, | |
"isPrimeEligible": true, | |
"isTimeLimited": false, | |
"isWaitlistable": false, | |
"itemID": "B00R659KZ8", | |
"listPrice": null, | |
"merchantID": "A14UQ4H17XUX90", | |
"merchantName": "Cloudtail", | |
"offerID": "06l8uh5U7WNimv2gbu9tr7W717qtCMfX85oWJztcLQ2bQb%2FY5WK1OH8uyAnPCpnxNprNTmrMKjaXB5V%2F9aSxh6zwV0FzSGgo39yAi5uvjiwdsNPLKjTNvXi45p6vVKDcWBPRxF%2F1MSf1upVJvU3m%2FA%3D%3D", | |
"parentItemID": null, | |
"percentOff": 28, | |
"prevPrice": null, | |
"primaryImage": "http://ecx.images-amazon.com/images/I/41f8mU3SonL.jpg", | |
"reviewRating": 3.6666667461395264, | |
"secondaryImages": null, | |
"totalReviews": 6, | |
"variationDimensions": null | |
} | |
], | |
"legacyDealID": "A1D7ADW9RPV2Q2", | |
"marketingMessage": null, | |
"maxBAmount": null, | |
"maxCurrentPrice": null, | |
"maxDealPrice": null, | |
"maxListPrice": null, | |
"maxPercentOff": 0, | |
"maxPrevPrice": null, | |
"merchantID": "A14UQ4H17XUX90", | |
"merchantName": "Cloudtail", | |
"minBAmount": null, | |
"minCurrentPrice": null, | |
"minDealPrice": null, | |
"minListPrice": null, | |
"minPercentOff": 0, | |
"minPrevPrice": null, | |
"msToEnd": -3079205, | |
"msToFeatureEnd": 0, | |
"msToStart": -8779205, | |
"offerID": "06l8uh5U7WNimv2gbu9tr7W717qtCMfX85oWJztcLQ2bQb%2FY5WK1OH8uyAnPCpnxNprNTmrMKjaXB5V%2F9aSxh6zwV0FzSGgo39yAi5uvjiwdsNPLKjTNvXi45p6vVKDcWBPRxF%2F1MSf1upVJvU3m%2FA%3D%3D", | |
"parentItems": null, | |
"primaryImage": "http://ecx.images-amazon.com/images/I/41f8mU3SonL.jpg", | |
"primeAccessDuration": 0, | |
"primeAccessType": null, | |
"reviewAsin": "B00R659KZ8", | |
"reviewRating": 3.6666667461395264, | |
"score": 0, | |
"secondaryImages": null, | |
"teaser": null, | |
"teaserAsin": null, | |
"teaserImage": null, | |
"title": "Yureka", | |
"totalReviews": 6, | |
"type": "LIGHTNING_DEAL" | |
} | |
}, | |
"dealStatus": { | |
"ea9fef51": { | |
"claimedCouponCount": 2657, | |
"dealItemStatus": { | |
"B00R659KZ8": { | |
"claimedCouponCount": 2657, | |
"customerState": "NONE", | |
"itemState": "SOLDOUT", | |
"lastUpdated": 1421144479205, | |
"msCacheTtl": 0, | |
"msToCustomerStateExpiry": 0, | |
"percentClaimed": 88, | |
"totalCouponCount": 3000, | |
"waitlistChance": null, | |
"waitlistPosition": 0 | |
} | |
}, | |
"dealState": "EXPIRED", | |
"lastUpdated": 1421144479205, | |
"msCacheTtl": 15000, | |
"msToEnd": -3079205, | |
"msToStart": -8779205, | |
"percentClaimed": 88, | |
"totalCouponCount": 3000 | |
} | |
}, | |
"responseMetadata": { | |
"__type": "ResponseMetadata:http://internal.amazon.com/coral/com.amazon.dcs.model.v2/", | |
"baseRetryInterval": 15000, | |
"continueRetries": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment