top of page
import { createOneWixProduct } from 'backend/smdSync'; $w.onReady(async () => { const product = await createOneWixProduct(); console.log('Created:', product); });
bottom of page
import { createOneWixProduct } from 'backend/smdSync'; $w.onReady(async () => { const product = await createOneWixProduct(); console.log('Created:', product); });