The payload schema for the createShipment operation.

CreateShipmentResult

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

Properties

eligibleRates: Rate[]

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

CreateShipmentResult

shipmentId: string

The unique shipment identifier.

CreateShipmentResult