Created
October 20, 2014 15:30
-
-
Save cmcewen/0071bfa645def2f49bdc to your computer and use it in GitHub Desktop.
Sample Product Search Card JSON
This file contains 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
{ | |
"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