Fluent Commerce Logo
Docs
Sign In

Fulfilment Options module powered by Fluent CLI

Essential knowledge

Author:

Fluent Commerce

Changed on:

12 Feb 2025

Overview

This page covers the various Fluent CLI commands which can be used to configure / install Fulfilment Options module

Key points

Configure Fulfilment Options module for B2C Retailer

The Fulfilment Options Module require configuration to be provided to the install. The profile creation is required beforehand. Refer to this Docs page for steps to create profile and retailer - 

To generate the configuration files for FulfilmentOptions, run the following commands:

``fluent module config https://downloads.fluentcommerce.com/v1.0.0/modules/fcx/fc-module-fulfilment-options/latest --retailer b2c --profile cli-b2c``

This will produce new module configuration files in the current working directory:

module.config.b2c.fc-module-fulfilment-options.json

You will need to open this config file in a text editor to populate the relevant information. 

`{`

`  "workflow:fulfilment_options:cc:network.ref": "CLICK_AND_COLLECT",`

`  "workflow:fulfilment_options:cc:base.virtual.catalogue.ref": "BASE:1",`

`  "workflow:fulfilment_options:cc:aggregate.virtual.catalogue.ref": "ATS:1",`

`  "workflow:fulfilment_options:hd:network.ref": "HOME_DELIVERY",`

`  "workflow:fulfilment_options:hd:base.virtual.catalogue.ref": "BASE:1",`

`  "workflow:fulfilment_options:hd:aggregate.virtual.catalogue.ref": "ATS:1"`

`}`

Install Fulfilment Options module for B2C Retailer

To install the FulfilmentOptions module, run the following commands:

``fluent module install https://downloads.fluentcommerce.com/v1.0.0/modules/fcx/fc-module-fulfilment-options/latest --retailer b2c --profile cli-b2c --config module.config.b2c.fc-module-fulfilment-options.json``

Fluent Commerce

Fluent Commerce