|
@@ -0,0 +1,48 @@
|
|
1
|
+{
|
|
2
|
+ "Product" : {
|
|
3
|
+ "Guineo" : {
|
|
4
|
+ "attribute" : "1 bonche",
|
|
5
|
+ "categoryId" : "5",
|
|
6
|
+ "currency" : "USD.",
|
|
7
|
+ "description" : "",
|
|
8
|
+ "discount" : "",
|
|
9
|
+ "id" : "2",
|
|
10
|
+ "image" : "https://images-na.ssl-images-amazon.com/images/I/21DejQuoT2L.jpg",
|
|
11
|
+ "price" : "0.78",
|
|
12
|
+ "title" : "banana"
|
|
13
|
+ },
|
|
14
|
+ "Manzana" : {
|
|
15
|
+ "attribute" : "2.2Lb",
|
|
16
|
+ "categoryId" : "5",
|
|
17
|
+ "currency" : "USD.",
|
|
18
|
+ "description" : "",
|
|
19
|
+ "discount" : "",
|
|
20
|
+ "id" : "1",
|
|
21
|
+ "image" : "https://storage.googleapis.com/zopnow-static/images/products/320/fresh-apple-red-delicious-v-500-g.png",
|
|
22
|
+ "price" : "3.06",
|
|
23
|
+ "title" : "Manzana"
|
|
24
|
+ },
|
|
25
|
+ "Pimiento" : {
|
|
26
|
+ "attribute" : "1Lb",
|
|
27
|
+ "categoryId" : "4",
|
|
28
|
+ "currency" : "USD.",
|
|
29
|
+ "description" : "",
|
|
30
|
+ "discount" : "",
|
|
31
|
+ "id" : "3",
|
|
32
|
+ "image" : "https://www.nearqr.com/wp-content/uploads/comercio/19/prod/Pimiento-verde.jpg",
|
|
33
|
+ "price" : "1.72",
|
|
34
|
+ "title" : "pimiento"
|
|
35
|
+ },
|
|
36
|
+ "Yuca" : {
|
|
37
|
+ "attribute" : "1Lb",
|
|
38
|
+ "categoryId" : "4",
|
|
39
|
+ "currency" : "USD.",
|
|
40
|
+ "description" : "",
|
|
41
|
+ "discount" : "",
|
|
42
|
+ "id" : "4",
|
|
43
|
+ "image" : "https://www.freshworld.com.co/wp-content/uploads/2018/10/yuca-freshworld2.jpg",
|
|
44
|
+ "price" : "0.62",
|
|
45
|
+ "title" : "yuca"
|
|
46
|
+ }
|
|
47
|
+ }
|
|
48
|
+}
|