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

    The request schema for the GetShipmentDetails operation.

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

    Properties

    pagination?: Pagination
    shipments?: Shipment[]

    A list of one or more shipments with underlying details.