Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created May 7, 2014 19:03
Show Gist options
  • Save peterberkenbosch/d64a9853672412d88df7 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/d64a9853672412d88df7 to your computer and use it in GitHub Desktop.
{
"products": [
{
"id": "SPREE-T-SHIRT",
"name": "Spree T-Shirt",
"sku": "SPREE-T-SHIRT",
"description": "Awesome Spree T-Shirt",
"price": 35.0,
"cost_price": 22.33,
"available_on": "2014-01-29T14:01:28.000Z",
"permalink": "spree-tshirt",
"meta_description": null,
"meta_keywords": null,
"shipping_category": "Default",
"taxons": [
[
"Categories",
"Clothes",
"T-Shirts"
],
[
"Brands",
"Spree"
],
[
"Brands",
"Open Source"
]
],
"options": [
"color",
"size"
],
"properties": {
"material": "cotton",
"fit": "smart fit"
},
"images": [
{
"url": "http://dummyimage.com/600x400/000/fff.jpg&text=SpreeCommerce+Demo",
"position": 1,
"title": "Spree T-Shirt - Grey Small",
"type": "thumbnail",
"dimensions": {
"height": 220,
"width": 100
}
}
],
"variants": [
{
"sku": "SPREE-T-SHIRT-S",
"price": 39.99,
"cost_price": 22.33,
"quantity": 1,
"options": {
"color": "GREY",
"size": "S"
},
"images": [
{
"url": "http://dummyimage.com/600x400/000/fff.jpg&text=SpreeCommerce+Demo",
"position": 1,
"title": "Spree T-Shirt - Grey Small",
"type": "thumbnail",
"dimensions": {
"height": 220,
"width": 100
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment