Fluent Commerce Logo
Docs
Sign In

Install Fluent Modules into your sandbox

How-to Guide

Author:

Fluent Commerce staff

Changed on:

17 Mar 2024

Key Points

  • steps 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}}/orchestration/rest/v1/plugin/upload

No alt provided

Step arrow right iconActivate the plugin

activate each plugin: {{fluentApiHost}}/orchestration/rest/v1/plugin/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}

Language: json

Name: fc-module-inventory jar

Description:

[Warning: empty required content area]

File: plugin-core-1.2.1.jar:

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

Language: json

Name: plugin-core-1.2.1.jar

Description:

[Warning: empty required content area]


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

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

Language: json

Name: fc-plugin-fulfilment-1.0.0.670.jar

Description:

[Warning: empty required content area]


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

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

Language: json

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

Description:

[Warning: empty required content area]

Step arrow right iconCheck plugin

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

GET {{fluentApiHost}}/orchestration/rest/v1/plugin



Fluent Commerce staff

Fluent Commerce staff

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo