-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct.json
77 lines (76 loc) · 1.75 KB
/
Product.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"sap_id": 2007026,
"title": "Amaretti BIO 150g",
"description": "Das knusprige Bio-Feingebäck aus Mandeln darf zu keinem Espresso fehlen. Die kleinen italienischen Makronen sind zudem lange haltbar.",
"product_type": "SCHOKOLADE & BACKWAREN",
"category": "Guetzli, Gebäck",
"vendor": "claro",
"color": "",
"size":"",
"ean":"",
"sku": "2007026",
"price": "",
"sale_price": "",
"parent_id":"",
"parent_name":"",
"inventory_quantity":30,
"images": [
{
"code": "2007026"
}
],
"metafields": [
{
"key":"Brand",
"value":"Terra Verde"
},
{
"key": "bio?code",
"value": "IT-BIO-006"
},
{
"key":"Protien",
"value":"8.85"
},
{
"key": "Kcal",
"value": "467"
},
{
"key":"kj",
"value":"1953"
},
{
"key":"Saturated_fats",
"value":"5.42"
},
{
"key":"Carbohydrates",
"value":"68.2"
},
{
"key":"Best_before_months",
"value":"13"
},
{
"key":"Manufactured_in",
"value":"Italien"
},
{
"key":"Salt",
"value":"0.075"
},
{
"key":"Sugar",
"value":"63.3"
},
{
"key":"Vegetarian",
"value":"x"
},
{
"key":"Ingredients",
"value":"Rohrzucker*, Mandeln* (30%), Eiweiss* (*) aus biologischer Landwirtschaft"
}
]
}