Created
December 9, 2014 17:15
-
-
Save zgramana/c54b7ac64d1c743267b3 to your computer and use it in GitHub Desktop.
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
{ | |
"type": "product-recommendations", | |
"product-id": "111", | |
"recommendations": [ | |
{ | |
"_id": "222", | |
"name": "Handy Hammer", | |
"min_price": 3.45, | |
"currency": "USD", | |
"quantity": { | |
"store-id": "AJXNS01", | |
"count": 12 | |
} | |
}, | |
{ | |
"_id": "333", | |
"name": "Heavy Hammer", | |
"min_price": 5.45, | |
"currency": "USD", | |
"quantity": { | |
"store-id": "AJXNS01", | |
"count": 2 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment