Last active
August 29, 2015 14:09
-
-
Save karnie6/fe12cf2b46929ec38ce0 to your computer and use it in GitHub Desktop.
Product Search card
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
{ | |
"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