Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface CreateShipmentResult

    The payload schema for the createShipment operation.

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

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

    shipmentId: string

    The unique shipment identifier.