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 presented in this section presume the utilization of modular JavaScript patterns.
Install
npm install shoplazza-app-bridge --save
Usage
// Embed App entry file
import { app } from 'shoplazza-app-bridge';
app.init();