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

ServiceRate

interface ShippingApiModelServiceRate {
    billableWeight: ShippingApiModelWeight;
    promise: ShippingApiModelShippingPromiseSet;
    serviceType:
        | ShippingApiModelServiceType
        | "Amazon Shipping Ground"
        | "Amazon Shipping Standard"
        | "Amazon Shipping Premium";
    totalCharge: ShippingApiModelCurrency;
}

Properties

billableWeight: ShippingApiModelWeight

ServiceRate

ServiceRate

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

ServiceRate

ServiceRate

MMNEPVFCICPMFPCPTTAAATR