ordercloud-javascript-sdk
    Preparing search index...

    Interface ShipEstimateResponse<TShipEstimateResponseXp, TShipEstimatesXp, TShipMethodsXp>

    interface ShipEstimateResponse<
        TShipEstimateResponseXp = any,
        TShipEstimatesXp = any,
        TShipMethodsXp = any,
    > {
        HttpStatusCode?: number;
        ShipEstimates?: ShipEstimate<TShipEstimatesXp, TShipMethodsXp>[];
        Succeeded?: boolean;
        UnhandledErrorBody?: string;
        xp?: TShipEstimateResponseXp;
    }

    Type Parameters

    • TShipEstimateResponseXp = any
    • TShipEstimatesXp = any
    • TShipMethodsXp = any
    Index
    HttpStatusCode?: number
    Succeeded?: boolean
    UnhandledErrorBody?: string