Fluent Commerce Logo
Docs
Sign In

Install starter pack into your sandbox

How-to Guide

Author:

Randy Chan

Changed on:

5 Sept 2025

Key Points

  • Steps on how to install the starter pack into your OMS sandbox

Steps

Step arrow right iconSetup new Retailer in the Sandbox

Create a new Retailer along with users, roles, permissions, settings, and carriers.

Step arrow right iconDownload starter_pack.zip

Get the starter_pack.zip and unzip into your local computer.

Step arrow right iconSetup properties/sample_variables.json file

Open the unzipped folder in VS Code, open the properties/sample_variables.json file.

No alt provided

Step arrow right iconUpdate sample_variables.json

In the sample_variables.json file, populate ALL values from your sandbox environment.

Step arrow right iconExecute the command

Then open the command prompt and enter .`/workflow-all.sh properties/sample_variables.json retailer.`, where variable 2 is referring the value in line 11 of the sample_variables.json file.

Step arrow right iconExecute a specific workflow installation

For a specific workflow installation, this can be done by this command:
`./workflow.sh properties/sample_variables.json retailer workflows/INVENTORY_CATALOGUE-DEFAULT.json workflows/ORDER-CC.json workflows/ORDER-HD.json`


Step arrow right iconConfirm the workflows in workflow modeller UI

Login on the admin console to check if all the workflows are installed

No alt provided


Done! you have successfully installed starter-pack workflows into your sandbox!