Returns a list of containers. The containers are sorted descending by creation date.
Success
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/api/collections/paginated",
- "data": [
- {
- "_object": "/ocean/shipment_container",
- "metadata": { },
- "id": 283910,
- "container_type": "dry",
- "container_number": "BWSE3982156",
- "container_size": "fourty_ft",
- "reference_code": "19HON037-UK",
- "seal_number": "UE_WQ2934875",
- "estimated_departure_date": "2019-02-06T19:28:25.000+00:00",
- "actual_departure_date": "2019-02-06T19:28:25.000+00:00",
- "estimated_arrival_date": "2019-02-06T19:28:25.000+00:00",
- "actual_arrival_date": "2019-02-06T19:28:25.000+00:00",
- "estimated_pickup_date": "2019-02-06T19:28:25.000+00:00",
- "actual_pickup_date": "2019-02-06T19:28:25.000+00:00",
- "estimated_delivery_date": "2019-02-06T19:28:25.000+00:00",
- "actual_delivery_date": "2019-02-06T19:28:25.000+00:00",
- "last_free_day_date": "2019-02-16T00:00:00.000Z",
- "empty_ready_date": "2019-02-16T00:00:00.000Z",
- "empty_returned_date": "2019-02-28",
- "cargo_ready_date": "2019-02-06",
- "available_for_pickup_date": "2019-02-16T00:00:00.000Z",
- "estimated_available_for_pickup_date": "2019-02-16T00:00:00.000Z",
- "shipment": {
- "_object": "/api/refs/object",
- "ref_type": "/shipment",
- "id": 123
}, - "container_legs": {
- "_object": "/api/refs/collection",
- "ref_type": "/ocean/shipment_container_leg",
}, - "items": [
- {
- "_object": "/shipment_item",
- "id": 29820,
- "total_units": 523,
- "total_weight": {
- "_object": "/quantity/weight",
- "value": 224.02,
- "unit": "kg"
}, - "total_volume": {
- "_object": "/quantity/volume",
- "value": 8200,
- "unit": "cbm"
}, - "purchase_order_number": "PO002811",
- "product": {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472"
}
}
]
}
]
}
}
Retrieves the details of a single container.
Success
error
Success
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/ocean/shipment_container",
- "metadata": { },
- "id": 283910,
- "container_type": "dry",
- "container_number": "BWSE3982156",
- "container_size": "fourty_ft",
- "seal_number": "UE_WQ2934875",
- "estimated_departure_date": "2019-02-06T19:28:25+00:00",
- "actual_departure_date": "2019-02-06T19:28:25+00:00",
- "estimated_arrival_date": "2019-02-06T19:28:25+00:00",
- "actual_arrival_date": "2019-02-06T19:28:25+00:00",
- "estimated_pickup_date": "2019-02-06T19:28:25+00:00",
- "actual_pickup_date": "2019-02-06T19:28:25+00:00",
- "estimated_delivery_date": "2019-02-06T19:28:25+00:00",
- "actual_delivery_date": "2019-02-06T19:28:25+00:00",
- "last_free_day_date": "2019-02-16T00:00:00.000Z",
- "empty_ready_date": "2019-02-16T00:00:00.000Z",
- "empty_returned_date": "2019-02-28",
- "cargo_ready_date": "2019-02-06",
- "available_for_pickup_date": "2019-02-16T00:00:00.000Z",
- "estimated_available_for_pickup_date": "2019-02-16T00:00:00.000Z",
- "shipment": {
- "_object": "/api/refs/object",
- "ref_type": "/shipment",
- "id": 123
}, - "container_legs": {
- "_object": "/api/refs/collection",
- "ref_type": "/ocean/shipment_container_leg",
}, - "items": [
- {
- "_object": "/shipment_item",
- "id": 29820,
- "total_units": 523,
- "total_weight": {
- "_object": "/quantity/weight",
- "value": 224.02,
- "unit": "kg"
}, - "total_volume": {
- "_object": "/quantity/volume",
- "value": 8200,
- "unit": "cbm"
}, - "purchase_order_number": "PO002811",
- "product": {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472"
}
}
]
}
}