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

ShipmentListing

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

Properties

nextToken?: string

A token that is used to retrieve the next page of results. The response includes nextToken when the number of results exceeds the specified maxResults value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.

ShipmentListing

List of inbound shipment summaries.

ShipmentListing