Skip to content

Instantly share code, notes, and snippets.

@nlively
Created January 12, 2014 00:28
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 nlively/8378859 to your computer and use it in GitHub Desktop.
Save nlively/8378859 to your computer and use it in GitHub Desktop.
/**
* CATEGORY OPTIONS
* men
* women
* kids
* boys
* girls
*
* CLOTHING TYPE OPTIONS
* blazers
* boardshorts
* hoodies
* jeans
* outwear
* pants
* shirts
* shorts
* sweaters
* crop
* dresses
* loungewear
*/
{
"id" : "2ee9b6d2-0634-472a-850e-06f25bc749bb",
"title" : "BKE Seth Jean",
"price" : 29.95,
"description" : "Light, faded blue jeans with a straight leg cut.",
"image_thumbnail_url" : "assets/images/retail_items/retail_mens/mens_jeans/mens_faded_blue_jeans.jpg",
"image_full_url" : "",
"brand": "",
"fabric_and_care": "",
"clothing_type": ["jeans"],
"categories" : ["men"]
},
{
"id" : "4fa3b79e-1b10-422f-a405-d9747ef63d19",
"title" : "BKE Vincent Jean",
"price" : 39.95,
"description" : "Faded blue jeans made from quality denim with a straight leg cut.",
"image_thumbnail_url" : "assets/images/retail_items/retail_mens/mens_jeans/mazine_even_blue_jeans_lg.jpg",
"image_full_url" : "",
"brand": "",
"fabric_and_care": "",
"clothing_type": ["jeans"],
"categories" : ["men"]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment