The available rate that can be used to send the shipment

Rate

interface ShippingApiModelRate {
    billedWeight?: ShippingApiModelWeight;
    expirationTime?: string;
    promise?: ShippingApiModelShippingPromiseSet;
    rateId?: string;
    serviceType?:
        | ShippingApiModelServiceType
        | "Amazon Shipping Ground"
        | "Amazon Shipping Standard"
        | "Amazon Shipping Premium";
    totalCharge?: ShippingApiModelCurrency;
}

Properties

billedWeight?: ShippingApiModelWeight

Rate

expirationTime?: string

The time after which the offering will expire.

Rate

Rate

rateId?: string

An identifier for the rate.

Rate

serviceType?:
    | ShippingApiModelServiceType
    | "Amazon Shipping Ground"
    | "Amazon Shipping Standard"
    | "Amazon Shipping Premium"

Rate

Rate

MMNEPVFCICPMFPCPTTAAATR