Created
August 6, 2013 21:06
-
-
Save ckotak/6168637 to your computer and use it in GitHub Desktop.
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
{ | |
"subtotal":"$935.00", | |
"lang":{ | |
"msg":{ | |
"freeshipping":"Add %n to your order for free shipping", | |
"bleh":"Another fun message" | |
} | |
}, | |
"products": | |
[ | |
{ | |
"orderId":"order1", | |
"imgUrl":"http://images.thenorthface.com/is/image/TheNorthFace/116x116/ImageName-AMHV_001_hero.jpg", | |
"price":"$60.00 - $70.00", | |
"productId":"184522", | |
"name":"MEN'S REVERSIBLE MESSENGER FULL ZIP HOODIE", | |
"styleNumber":"ASFS", | |
"size":"L", | |
"quantity":1, | |
"URL_productDetails":"ProductDisplay?productId=184522&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703", | |
"color":{ | |
"colorName":"DEEP WATER BLUE", | |
"color1":"#00093B", | |
"variationId":"472" | |
} | |
}, | |
{ | |
"orderId":"order1", | |
"imgUrl":"http://images.thenorthface.com/is/image/TheNorthFace/116x116/ImageName-AMHV_001_hero.jpg", | |
"price":"$100.00", | |
"productId":"162397", | |
"name":"MEN'S WOODCHUCK HOODIE", | |
"styleNumber":"AMPY", | |
"size":"L", | |
"quantity":5, | |
"URL_productDetails":"ProductDisplay?productId=162397&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703", | |
"color":{ | |
"colorName":"BROWNIE", | |
"color1":"#301C00", | |
"variationId":"163" | |
} | |
}, | |
{ | |
"orderId":"order2", | |
"imgUrl":"http://dukf4ccs67wzs.cloudfront.net/prod/images/c1443/p_20104/189610877550193354867750.59776531.png", | |
"price":"$80.00", | |
"productId":"162409", | |
"name":"CUSTOM DENALI", | |
"styleNumber":"AMRJ", | |
"size":"32W 33L", | |
"quantity":2, | |
"URL_productDetails":"ProductDisplay?productId=162409&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703" | |
}, | |
{ | |
"orderId":"order1", | |
"imgUrl":"http://images.thenorthface.com/is/image/TheNorthFace/116x116/ImageName-AMHV_001_hero.jpg", | |
"price":"$80.00", | |
"productId":"162409", | |
"name":"MEN'S GHOST TREE HOODIE", | |
"styleNumber":"AMRJ", | |
"size":"32W 33L", | |
"quantity":1, | |
"URL_productDetails":"ProductDisplay?productId=162409&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703", | |
"color":{ | |
"colorName":"GUSH RED", | |
"color1":"#8C1717", | |
"variationId":"64A" | |
} | |
}, | |
{ | |
"orderId":"order2", | |
"imgUrl":"http://images.thenorthface.com/is/image/TheNorthFace/116x116/ImageName-AMHV_001_hero.jpg", | |
"price":"$60.00 - $70.00", | |
"productId":"184522", | |
"name":"MEN'S REVERSIBLE MESSENGER FULL ZIP HOODIE", | |
"styleNumber":"ASFS", | |
"size":"L", | |
"quantity":3, | |
"URL_productDetails":"ProductDisplay?productId=184522&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703", | |
"color":{ | |
"colorName":"DEEP WATER BLUE", | |
"color1":"#00093B", | |
"variationId":"472" | |
} | |
}, | |
{ | |
"orderId":"order2", | |
"imgUrl":"http://images.thenorthface.com/is/image/TheNorthFace/116x116/ImageName-AMHV_001_hero.jpg", | |
"price":"$100.00", | |
"productId":"162397", | |
"name":"MEN'S WOODCHUCK HOODIE", | |
"styleNumber":"AMPY", | |
"size":"L", | |
"quantity":1, | |
"URL_productDetails":"ProductDisplay?productId=162397&storeId=207&catalogId=10201&langId=-1&from=subCat&parent_category_rn=11703", | |
"color":{ | |
"colorName":"BROWNIE", | |
"color1":"#301C00", | |
"variationId":"163" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment