Skip to content

Instantly share code, notes, and snippets.

@karnie6
Last active August 29, 2015 14:09
Show Gist options
  • Save karnie6/fe12cf2b46929ec38ce0 to your computer and use it in GitHub Desktop.
Save karnie6/fe12cf2b46929ec38ce0 to your computer and use it in GitHub Desktop.
Product Search card
{
"pair_version": "0.4.6",
"card_type": "product_search",
"total_results": 2,
"products": [
{
"name": "Green leather shoes",
"product_card_address": "http://www.examplestore.com/product_cards/36226783/",
"price": {
"price": 7.99,
"currency": "USD"
},
"image_url": "http://img.examplestore.com/02/wer4554/il_5d9184_iqm9.jpg"
},
{
"name": "Maroon canvas shoes",
"product_card_address": "http://www.examplestore.com/product_cards/36226774/",
"price": {
"price": 28.00,
"currency": "USD"
},
"image_url": "http://img.examplestore.com/02/wer4554/sfd_74241_Fss.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment