Result for the get shipments operation

Export

GetShipmentsResult

interface GetShipmentsResult {
    NextToken?: string;
    ShipmentData?: InboundShipmentInfo[];
}

Properties

NextToken?: string

When present and not empty, pass this string token in the next request to return the next response page.

Memberof

GetShipmentsResult

ShipmentData?: InboundShipmentInfo[]

A list of inbound shipment information.

Memberof

GetShipmentsResult