Result for the get shipments operation

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.

GetShipmentsResult

ShipmentData?: InboundShipmentInfo[]

A list of inbound shipment information.

GetShipmentsResult