Thank you very much. That works. I am using something like
WooPriceCalculator.ajaxAddCartItem(51, 2, 3, ‘aws_price_calc_2=2’);
and I am able to watch for the return w/
$(document).on(‘awspcAjaxAddCartItemSuccess’, function(e, result) {
console.log(‘awspcAjaxAddCartItemSuccess’);
console.log(result);
});