Skip to content

Commit 00a6717

Browse files
author
vagrant
committed
product json modified
1 parent c6522f1 commit 00a6717

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

datamodel/product.json

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1 @@
1-
{
2-
itemNumber: "12345678",
3-
name: "Spree T-Shirt",
4-
description: "Awesome Spree T-Shirt",
5-
type: "SA",
6-
category: "Apparel",
7-
path: "Apparel/Men's Shirt",
8-
attributes: {
9-
color: "White",
10-
size: "Large",
11-
barcode: "3448573759735",
12-
"image_id": 562641783,
13-
"weight": 0.2,
14-
"weight_unit": "kg",
15-
"material": "cotton",
16-
"shipping_category": "Default",
17-
"brand": "Raymond"
18-
},
19-
price: [{
20-
type: "list",
21-
startDate: ISODate("2012-03-09T20:55:36Z"),
22-
endDate: ISODate("2012-03-31T20:55:36Z"),
23-
price: 10,
24-
unit: "USD"
25-
},
26-
{
27-
type: "regular",
28-
startDate: new Date(),
29-
endDate: ISODate("2012-03-21T20:55:36Z"),
30-
price: 11,
31-
unit: "USD"
32-
},
33-
{
34-
type: "saving",
35-
price: 1,
36-
unit: "USD"
37-
},
38-
{
39-
type: "perct_saving",
40-
price: 10,
41-
unit: "%"
42-
}]
43-
}
1+
{"_id":{"$oid":"56ad699b1f4800065efbc4e5"},"itemNumber":"12345678","name":"Spree T-Shirt","description":"Awesome Spree T-Shirt","type":"SA","category":"Apparel","path":"Apparel/Men's Shirt","attributes":{"color":"White","size":"Large","barcode":"3448573759735","image_id":562641783,"weight":0.2,"weight_unit":"kg","material":"cotton","shipping_category":"Default","brand":"Raymond"},"price":[{"type":"list","startDate":{"$date":"2012-03-09T20:55:36.000Z"},"endDate":{"$date":"2012-03-31T20:55:36.000Z"},"price":10,"unit":"USD"},{"type":"regular","startDate":{"$date":"2011-03-21T20:55:36.000Z"},"endDate":{"$date":"2012-03-21T20:55:36.000Z"},"price":11,"unit":"USD"},{"type":"saving","price":1,"unit":"USD"},{"type":"perct_saving","price":10,"unit":"%"}]}

0 commit comments

Comments
 (0)