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

    The specific rate for a shipping service, or null if no service available.

    interface ServiceRate {
        billableWeight: Weight;
        promise: ShippingPromiseSet;
        serviceType: ServiceType;
        totalCharge: Currency;
    }
    Index

    Properties

    billableWeight: Weight
    serviceType: ServiceType
    totalCharge: Currency