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

    The available rate that can be used to send the shipment

    interface Rate {
        billedWeight?: Weight;
        expirationTime?: string;
        promise?: ShippingPromiseSet;
        rateId?: string;
        serviceType?: ServiceType;
        totalCharge?: Currency;
    }
    Index

    Properties

    billedWeight?: Weight
    expirationTime?: string

    The time after which the offering will expire.

    rateId?: string

    An identifier for the rate.

    serviceType?: ServiceType
    totalCharge?: Currency