Fluent Commerce Logo
Docs

Setup and Configuration Lab: Postman Setup

How-to Guide

Authors:

Anita Gu, Girish Padmanabha

Changed on:

10 Dec 2025

Key Points

  • Learn how to get started with Postman
  • Gain insight into the structure of a Postman Collection

Steps

Step arrow right iconIntroduction

You will be taken through how to set up Postman as well as Collections. A textual guide is included below the videos.

Setting Up Postman

Step arrow right iconCreating a new workspace

Create a new Workspace by clicking on the Workspaces dropdown > Create Workspace (or click on the "New" button, and select Workspace).Select Personal in the Visibility option. (Refer to images in the note above)

Step arrow right iconName the workspace

Create a name for the workspace. It can be anything you like, but it is recommended to use the same name as your training account (FCTRAINEU<NUMBER>)

Step arrow right iconImporting downloaded files

Click on import and select your training account credentials JSON and both of the files downloaded on the Introduction page (Fluent Learning-TC-SC1 Labs.postman_collection and v1 LaunchPad & Sample Data).No alt providedIf they have been imported successfully, you should see popups with green stripes in the bottom right hand corner of your screen. You should also see Fluent JetPack - LaunchPad and Fluent Training on the left sidebar.No alt provided

Step arrow right iconSwapping environments

Click on the "No Environment" dropdown in the top right hand corner of the screen and select your sandbox environment file (`FCTRAINEU<ID>.Sandbox-Env`)

Exploring Collections

Step arrow right iconExamining LaunchPad requests

Click into Fluent JetPack and open up a request. You should be able to see the contents of the requests in the main screen. Post-request scripts are under the 'Test' tab, and can be used to write automated BI tests.No alt providedThere may also be scripts on the folder level in a LaunchPad request. You can view these by clicking on a folder and checking the Pre-request Scripts and Test tabs. Any scripts at a folder level will be applied to all other requests within it.

Step arrow right iconLooking at authorization requests

 These can be viewed by clicking on the ellipses next to a request on the sidebar, then selecting edit. No alt providedOutside of Auth requests, authorization is set at the folder level, so all requests inherit the same authorization. It is set as a Bearer Token and uses the `{{fluent.account.token}}`.No alt providedThese values should not be edited.