- https://docs.nosto.com/techdocs/apis/js-apis
- https://docs.nosto.com/techdocs/apis/frontend/implementation-guide-session-api
- https://docs.nosto.com/techdocs/apis/frontend/implementation-guide-session-api/handling-placements
- https://docs.nosto.com/shopify/
Main
nostojs(api => {
api.defaultSession()
.viewProduct('' + window.__st.rid || '')
.setPlacements(placements)
.load()
.then(data => {
renderSection(data)
})
});