Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created August 18, 2018 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreymcmahon/47991a051e27aa44721331de6d3f5018 to your computer and use it in GitHub Desktop.
Save coreymcmahon/47991a051e27aa44721331de6d3f5018 to your computer and use it in GitHub Desktop.
Frontend interviewee technical task - Test data
{
"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