-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsample_data.json
175 lines (175 loc) · 4.08 KB
/
sample_data.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"customers": {
"-N6rOmxa7vOOTpZZSllL": {
"email": "[email protected]",
"name": "Lucas Bill"
},
"-N6rQgCkbLPB1xElUchT": {
"email": "[email protected]",
"name": "Mandy Jones"
},
"-N6rSJ4xI3_Cq7u58Wh_": {
"email": "[email protected]",
"name": "Salim Ali"
},
"-N6rSZB4AoMAwrDnm2jF": {
"email": "[email protected]",
"name": "Jane Xiu"
},
"-N6rTRzW_JrkHQMdt5QA": {
"email": "[email protected]",
"name": "John Doe"
}
},
"orders": {
"-N6rOvLXK2t39x-Bp0UP": {
"carrier": "ups",
"createdAt": "2022-08-04",
"shippingCost": 2,
"trackingId": "1Z881F5V0397269080",
"Address": "123 Main St",
"City": "San Francisco",
"Lat": 37.7749295,
"Lng": -122.4194155
},
"-N6rQ_YDMNTjq_mCbhZN": {
"carrier": "ups",
"createdAt": "2022-08-01",
"shippingCost": 1,
"trackingId": "1Z4V180W0324616505",
"Address": "39 Long Beach",
"City": "Los Angeles",
"Lat": 33.769327,
"Lng": -118.192395
},
"-N6rQsEqX4vt-0cBA336": {
"carrier": "ups",
"createdAt": "2022-08-04",
"shippingCost": 3,
"trackingId": "1ZCL1F5V0397269023",
"Address": "Union Square",
"City": "San Fracisco",
"Lat": 37.78608,
"Lng": -122.41171
},
"-N6rQvnBSkz2kglMvr5H": {
"carrier": "ups",
"createdAt": "2022-08-01",
"shippingCost": 2,
"trackingId": "1ZS31F5V039722343",
"Address": "Santa Clara",
"City": "San Jose",
"Lat": 37.350755,
"Lng": -121.95648
},
"-N6rSQz62DlXFPbd32CD": {
"carrier": "ups",
"createdAt": "2022-08-01",
"shippingCost": 3,
"trackingId": "1ZS31F5V0397294994",
"Address": "Brooklyn",
"City": "New York",
"Lat": 40.671505,
"Lng": -73.941563
}
},
"trackingItems": {
"1Z881F5V0397269080": {
"items": [
{
"item_id": "2943892",
"quantity": 1,
"price": "10.00",
"name": "Screen Protector"
},
{
"item_id": "2342342",
"quantity": 5,
"price": "50.00",
"name": "Evian Water bottle"
}
],
"customer_id": "-N6rOmxa7vOOTpZZSllL"
},
"1Z4V180W0324616505": {
"items": [
{
"item_id": "2903483",
"quantity": 1,
"price": "1499.00",
"name": "iPad Pro 512gb"
},
{
"item_id": "2903434",
"quantity": 1,
"price": "1799.00",
"name": "iPad Pro 1Tb"
},
{
"item_id": "2943892",
"quantity": 1,
"price": "10.00",
"name": "Screen Protector"
}
],
"customer_id": "-N6rOmxa7vOOTpZZSllL"
},
"1ZCL1F5V0397269023": {
"items": [
{
"item_id": "3249082",
"quantity": 3,
"price": "3200.00",
"name": "iPhone 13 Pro Max"
},
{
"item_id": "2943892",
"quantity": 3,
"price": "30.00",
"name": "Screen Protector"
}
],
"customer_id": "-N6rQgCkbLPB1xElUchT"
},
"1ZS31F5V039722343": {
"items": [
{
"item_id": "2349082",
"quantity": 1,
"price": "560.00",
"name": "Xbox One S"
},
{
"item_id": "2349084",
"quantity": 2,
"price": "970.00",
"name": "Xbox One X"
},
{
"item_id": "2349081",
"quantity": 2,
"price": "149.99",
"name": "Xbox One S Controllers"
}
],
"customer_id": "-N6rSJ4xI3_Cq7u58Wh_"
},
"1ZS31F5V0397294994": {
"items": [
{
"item_id": "233949",
"quantity": 1,
"price": "2599.00",
"name": "83 Inch LG OLED TV"
},
{
"item_id": "439033",
"quantity": 1,
"price": "149.99",
"name": "Smart TV Controller"
}
],
"customer_id": "-N6rSZB4AoMAwrDnm2jF"
}
}
}