Skip to content

Instantly share code, notes, and snippets.

@cmcewen
Created October 20, 2014 15:30
Show Gist options
  • Save cmcewen/0071bfa645def2f49bdc to your computer and use it in GitHub Desktop.
Save cmcewen/0071bfa645def2f49bdc to your computer and use it in GitHub Desktop.
Sample Product Search Card JSON
{
"card_type": "product_search",
"total_results": 2,
"products": [
{
"name": "Green leather shoes",
"product_card_url": "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_url": "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