Created
January 12, 2014 00:28
-
-
Save nlively/8378859 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
/** | |
* 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