@usethrottle/cart
    Preparing search index...

    Interface SelectShippingInput

    interface SelectShippingInput {
        carrier?: string;
        currency?: string;
        displayName: string;
        estimatedDeliveryDays?: number;
        methodId: string;
        rateAmount: number;
        serviceCode?: string;
    }
    Index
    carrier?: string
    currency?: string
    displayName: string
    estimatedDeliveryDays?: number
    methodId: string
    rateAmount: number
    serviceCode?: string