Redirect

The Redirect action set enables you to redirect users to a relative path within the Shoplazza admin

Setup

Develop 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')