Result for the get shipment items operation

Export

GetShipmentItemsResult

interface GetShipmentItemsResult {
    ItemData?: InboundShipmentItem[];
    NextToken?: string;
}

Properties

ItemData?: InboundShipmentItem[]

A list of inbound shipment item information.

Memberof

GetShipmentItemsResult

NextToken?: string

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

Memberof

GetShipmentItemsResult