document.write("
$.ajax({
url: 'https://mivadevtest.com/shirt.html',
headers: { 'X-Miva-Partial-Render': 'global_minibasket', 'X-Miva-Partial-Render-Output': 'json' },
success: function(result) {
console.log(result.data.global_minibasket.content);
}
});
parse response - Snippet hosted by \"Cacher\"
");