Nosto JS
Nosto stub
Initialization
import { init } from "@nosto/nosto-js"
await init({
merchantId: "shopify-12345"
})API access
import { nostojs } from "@nosto/nosto-js"
await nostojs(async api => {
const recommendations = await api.loadRecommendations()
console.info(recommendations)
})Mocking
Last updated
Was this helpful?