A list of inbound shipment summaries filtered by the attributes specified in the request.

ShipmentListing

interface ShipmentListing {
    nextToken?: string;
    shipments?: InboundShipmentSummary[];
}

Properties

nextToken?: string

Token to retrieve the next set of paginated results.

ShipmentListing

List of inbound shipment summaries.

ShipmentListing