Fluent Commerce Logo
Sign In

Install Fluent Modules into your sandbox

How-to Guide
Extend

Author:

Randy Chan

Changed on:

15 July 2024

Key Points

  • step-by-step guide on how to install modules into your OMS sandbox

Steps

Step arrow right iconDownload the modules

To install all the modules into my sandbox.  first is to go to: 

Reference Modules - core

Reference Modules - order

Reference Modules - inventory

Reference Modules - fulfilment

Download the zip files to your local drive.


Step arrow right iconUnzip each file

unzip each file into your local drive

Step arrow right iconUpload to Postman

open Postman and use {{fluentApiHost}}//rest/v1//upload

No alt provided

Step arrow right iconActivate the plugin

activate each : {{fluentApiHost}}//rest/v1//install

The response code should return code: 200 if the info is provided correctly.

File: fc-module-inventory-1.2.0.jar, then the bundleName would be:

1{
2  "accountId": "<AccountID>",
3  "bundleName": "<AccountID>.globalinventory::1.2.0"
4}

File: plugin-core-1.2.1.jar:

1{
2  "accountId": "<AccountID>",
3  "bundleName": "<AccountID>.core::1.2.1"
4}


File: fc-plugin-fulfilment-1.0.0.670.jar:

1{
2  "accountId": "<AccountID>",
3  "bundleName": "<AccountID>.fulfilment::1.0.0.670"
4}


File: fc-plugin-order-1.1.1.jar:

1
2{
3  "accountId": "<AccountID>",
4  "bundleName": "<AccountID>.order::1.1.1"
5}

Step arrow right iconCheck plugin

After activating the , you can use the following to check if the rules are ready to use:

GET {{fluentApiHost}}//rest/v1/



Except as otherwise stated in the Extend Knowledge Content site policy, the content on this page is licensed under the Creative Commons Attribution 4.0 Licence, and any code samples that appear on this page are licensed under the Apache 2.0 Licence, unless any code sample forms part of the Fluent Order Management Platform code. Neither of these licences apply to any content on any other page that can be reached via a link on this page unless otherwise specified on that other page. If you wish to use any of the Extend Knowledge Content, you must do so in compliance with the licenses referred to above and the Extend Knowledge Content site policy, including attribution in the manner set out on this page.