Selling Partner API SDK for JavaScript
    Preparing search index...

    Result for the get shipment items operation

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

    Properties

    ItemData?: InboundShipmentItem[]

    A list of inbound shipment item information.

    NextToken?: string

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