document.addEventListener("DOMContentLoaded", function () {
const API_KEY = "048733E9CB1A0AE7AB03970B1A64299249ED4D53E64B03573F72B6B801BB5A71"; // Thay bằng API Key của bạn
const COLLECTION_ID = "1003922902"; // Thay bằng Collection ID nhóm sản phẩm
const SHOP_DOMAIN = "anker.myharavan.com"; // Thay bằng domain Haravan của bạn
fetch(`https://${SHOP_DOMAIN}/admin/api/2024/products.json?collection_id=${COLLECTION_ID}`, {
headers: { "Authorization": "Bearer " + API_KEY }
})
.then(response => response.json())
.then(data => {
let html = '