ContainerLoadResult

Endpoints relating to ContainerLoadResult objects. A container load result is a digitization of the packing list(s) on a shipment that has been validated against your purchase orders. The ContainerLoadResult endpoints need special permission to access. Please contact your Flexport Sales representative if you are interested in using these endpoints.

Retrieve a container load result

Retrieves the details of a single container load result.

Request
path Parameters
id
required
integer

The unique id for the container load result to be retrieved

Responses
200

Success

Response Schema: application/json
_object
string
self
string
version
integer
object (ContainerLoadResult)
_object
string

Type of the object

id
integer

A unique identifier for the container load result

Array of objects (ContainerLoadResultGroup)

A list of container load result groups

400

error

get/container_load_results/{id}
Response samples
application/json

Success

{
  • "_object": "/container_load_result",
  • "id": 123,
  • "groups": [
    • {
      • "_object": "/container_load_result_group",
      • "total_packages": 2,
      • "total_packed_units": 10,
      • "total_weight_kg": 1000,
      • "total_volume_cbm": 1000,
      • "container_info": {
        },
      • "packages": [
        ]
      }
    ]
}