|
8 | 8 | "package": null, |
9 | 9 | "description": "TV station description", |
10 | 10 | "tags": ["video"], |
| 11 | + "vat": 18, |
11 | 12 | "offers": [ |
12 | 13 | {"seller_id": 10, "active": true, "price": 20000.0}, |
13 | 14 | {"seller_id": 15, "active": true, "price": 21000.0}, |
|
23 | 24 | "package": "bottle", |
24 | 25 | "description": "TASSAY description water", |
25 | 26 | "tags": ["drinks", "watter"], |
| 27 | + "vat": 20, |
26 | 28 | "offers": [ |
27 | 29 | {"seller_id": 10, "active": false, "price": 168.0}, |
28 | 30 | {"seller_id": 15, "active": true, "price": 210.0}, |
|
37 | 39 | "rating": 0, |
38 | 40 | "description": "L gloves descriptions", |
39 | 41 | "tags": ["clothes", "gloves"], |
| 42 | + "vat": 20, |
40 | 43 | "offers": [ |
41 | 44 | {"seller_id": 10, "active": false, "price": 980.0}, |
42 | 45 | {"seller_id": 15, "active": false, "price": 980.0}, |
|
52 | 55 | "package": null, |
53 | 56 | "description": "Nice tv", |
54 | 57 | "tags": ["video"], |
| 58 | + "vat": 18, |
55 | 59 | "offers": [ |
56 | 60 | {"seller_id": 90, "active": true, "price": 41999.0}, |
57 | 61 | {"seller_id": 20, "active": true, "price": 28990.0} |
|
66 | 70 | "package": "bottle", |
67 | 71 | "description": "S.Pellegrino from Dolomites. Pure water.", |
68 | 72 | "tags": ["drinks", "water"], |
| 73 | + "vat": 20, |
69 | 74 | "offers": [ |
70 | 75 | {"seller_id": 10, "active": false, "price": 611.0}, |
71 | 76 | {"seller_id": 15, "active": false, "price": 620.0} |
|
79 | 84 | "rating": 3, |
80 | 85 | "description": "VITTOVAR description", |
81 | 86 | "tags": ["clothes", "gloves"], |
| 87 | + "vat": 18, |
82 | 88 | "offers": [ |
83 | 89 | ] |
84 | 90 | } |
|
0 commit comments