Shoplazza App Bridge introduces a new concept of actions. An action provides a way for applications and hosts to trigger events with a payload.
The code examples in this section all assume you’re using modular JavaScript patterns.
Install
npm install shoplazza-app-bridge --save
Usage
// Embed App entry file
import { app } from 'shoplazza-app-bridge';
app.init();