Redirect

The Redirect action set allows you redirect to a relative path in shoplazza admin

Setup

Create an app at entry file.

// Embed App entry file
import { app } from 'shoplazza-app-bridge';

app.init();

Update options

Redirect to other page.

import { redirect } from 'shoplazza-app-bridge';

redirect('/products')