The payload schema for the createShipment operation.

CreateShipmentResult

interface ShippingApiModelCreateShipmentResult {
    eligibleRates: ShippingApiModelRate[];
    shipmentId: string;
}

Properties

eligibleRates: ShippingApiModelRate[]

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

CreateShipmentResult

shipmentId: string

The unique shipment identifier.

CreateShipmentResult

MMNEPVFCICPMFPCPTTAAATR