-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcargo_object.json
More file actions
59 lines (59 loc) · 1.27 KB
/
cargo_object.json
File metadata and controls
59 lines (59 loc) · 1.27 KB
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
{
"_object": "/cargo",
"volume": {
"value": 74.18,
"unit": "cbm",
"_object": "/quantity/volume"
},
"weight": {
"value": 707.5,
"unit": "kg",
"_object": "/quantity/weight"
},
"marks_and_numbers": "Very fragile",
"contains_li_ion": true,
"lithium_battery_packing_types": [
"packed_loose",
"packed_with_equipment",
"contained_in_equipment",
"contained_in_battery_powered_vehicle"
],
"contains_non_li_ion_battery": false,
"contains_other_dangerous_goods": false,
"contains_magnets": false,
"contains_hazmat": true,
"shipping_units": [
{
"_object": "/shipping_unit",
"name": "laptop",
"volume": {
"value": 89.7,
"unit": "cbm",
"_object": "/quantity/volume"
},
"weight": {
"value": 45.6,
"unit": "kg",
"_object": "/quantity/weight"
},
"height": {
"value": 11.1,
"unit": "cm",
"_object": "/quantity/length"
},
"length": {
"value": 12.4,
"unit": "cm",
"_object": "/quantity/length"
},
"width": {
"value": 65.3,
"unit": "cm",
"_object": "/quantity/length"
},
"count": 200,
"atomic_count": 400,
"unit_type": "pallet"
}
]
}