Shoptin Testing
Overview
Prerequisite:
How It Works
const res = fetch("/cart/update.js", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({
attributes: {
'_ig_shoptin_test': "false"
},
}),
})
Last updated
Was this helpful?