Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    billedWeight?: Weight
    expirationTime?: string

    The time after which the offering will expire.

    rateId?: string

    An identifier for the rate.

    serviceType?: ServiceType
    totalCharge?: Currency