Created
August 18, 2018 06:23
-
-
Save coreymcmahon/47991a051e27aa44721331de6d3f5018 to your computer and use it in GitHub Desktop.
Frontend interviewee technical task - Test data
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
{ | |
"id": 14557, | |
"name": "Flat White", | |
"price": 125, | |
"before_sale_price": null, | |
"description": "Freshly-ground beans and steamed milk", | |
"full_description": "Freshly-ground beans and steamed milk", | |
"order": 1, | |
"category": { | |
"id": 1727, | |
"name": "Coffee" | |
}, | |
"images": { | |
"full_size": "https://res.cloudinary.com/ginja-co-ltd/image/upload/s--zHcUzne6--/c_fill,h_300,q_jpegmini,w_485/v1/vendors/the-coffee-club-205/products/flat-white-mug-14557", | |
"thumbnail": "https://res.cloudinary.com/ginja-co-ltd/image/upload/s--sVm4XF-z--/c_fill,h_70,q_jpegmini,w_103/v1/vendors/the-coffee-club-205/products/flat-white-mug-14557" | |
}, | |
"extras": [ | |
{ | |
"id": 1535, | |
"name": "Milk Option", | |
"min": "1", | |
"max": "1" | |
} | |
], | |
"extra_items": [ | |
{ | |
"id": 6631, | |
"name": "Full Milk", | |
"extra_id": 1535, | |
"price": "0" | |
}, | |
{ | |
"id": 6632, | |
"name": "Skim Milk", | |
"extra_id": 1535, | |
"price": "0" | |
}, | |
{ | |
"id": 6633, | |
"name": "Soy Milk", | |
"extra_id": 1535, | |
"price": "20" | |
} | |
], | |
"tags": [], | |
"availability": "available" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment