Skip to content

Instantly share code, notes, and snippets.

@zgramana
Created December 9, 2014 17:15
Show Gist options
  • Save zgramana/c54b7ac64d1c743267b3 to your computer and use it in GitHub Desktop.
Save zgramana/c54b7ac64d1c743267b3 to your computer and use it in GitHub Desktop.
{
"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