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

    The payload schema for the createShipment operation.

    interface CreateShipmentResult {
        eligibleRates: Rate[];
        shipmentId: string;
    }
    Index

    Properties

    eligibleRates: Rate[]

    A list of all the available rates that can be used to send the shipment.

    shipmentId: string

    The unique shipment identifier.