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

    The response of the getShipments operation.

    interface ShipmentsResponse {
        pagination?: Pagination;
        shipments?: Shipment[];
    }
    Index

    Properties

    pagination?: Pagination
    shipments?: Shipment[]

    A list of shipments.