HERNDON.API = {
    endpointUris: {"inventory.index":"\/stock-check\/","ecomm.quickPriceQuote":"\/ecomm\/quickPriceQuote\/","cart.getShippingOptionsByCarrier":"\/cart\/getShippingOptionsByCarrier\/"},
    getEndpointURI: function(key) {
        return HERNDON.host.substring(0, HERNDON.host.length) + this.endpointUris[key];
    }
};
