The request schema for the GetShipmentDetails operation.

Export

ShipmentDetails

interface ShipmentDetails {
    pagination?: Pagination;
    shipments?: Shipment[];
}

Properties

pagination?: Pagination

Memberof

ShipmentDetails

shipments?: Shipment[]

A list of one or more shipments with underlying details.

Memberof

ShipmentDetails