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

    Result for the get shipments operation

    interface GetShipmentsResult {
        NextToken?: string;
        ShipmentData?: InboundShipmentInfo[];
    }
    Index

    Properties

    NextToken?: string

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

    ShipmentData?: InboundShipmentInfo[]

    A list of inbound shipment information.