Interface FulfillmentInboundApiModelGetShipmentItemsResult

Result for the get shipment items operation

GetShipmentItemsResult

interface FulfillmentInboundApiModelGetShipmentItemsResult {
    ItemData?: FulfillmentInboundApiModelInboundShipmentItem[];
    NextToken?: string;
}

Properties

A list of inbound shipment item information.

GetShipmentItemsResult

NextToken?: string

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

GetShipmentItemsResult

MMNEPVFCICPMFPCPTTAAATR