Fluent Commerce Logo
Docs
Kirill Gaiduk

Kirill Gaiduk

Fluent Commerce

I authored

102

articles. I write about:

Out-of-the-box features

64

GraphQL

46

Responsive Sourcing

34

Sourcing

33

Boiler plates and reference modules

33

Utility bundle

31

API

30

GraphQL query

30

Other resources

30

Enterprise Inventory Availability (GI)

24

Order Reference Module

24

GraphQL mutation

23

Developer tooling

22

Increase speed-to-market

22

Rule performance

22

Rule SDK

22

Inventory monitoring

14

Inventory management lifecycle

13

Entities

13

Rule

13

Inventory processing

12

Order Sourcing

11

Modules

11

Workflow

11

Intelligent Inventory Processing

11

Decision logic / Orchestration

10

Event

9

Customer Service

9

Inventory position

9

Monitor and alert

8

Core API

8

Platform flexibility

8

Core Reference Module

8

Order customer service

8

Fluent Big Inventory

8

Inventory quantity

8

Event API

7

Inventory catalog

7

Virtual inventory position

7

Inventory Reference Module

7

Availability management

6

Retailer

6

Virtual inventory catalog

6

SKU / Variant product

6

Standard product

6

Ruleset

6

Available to Promise (ATP) Feeds

6

UX framework

6

Testing

6

Inventory event processing

5

API recommendations

4

Implementation

4

Group product

4

Location

4

Fragments (functional components)

4

Web Apps

4

Fulfillment

4

Support and maintain

3

Authentication API

3

Fluent Distributed Order Management

3

Mutation

3

Product catalog

3

Recommended practices

3

Fulfillment Logic

3

Fulfillment and allocation logic

3

Reference Apps

3

Integrate

3

Rule plugin

3

Inventory controls

3

Object attributes

3

Order Workflows

3

Fulfillment Strategies

3

UI Component SDK

2

Status

2

Fulfillment lifecycle

2

Returns Management

2

Return flow

2

Component

2

Template

2

Reservation

2

Estimated Delivery Times

2

Customize

2

Promising

2

Log

2

Batch processing

2

Configure

2

Inventory entities

2

Network

2

Allocation

2

Order management lifecycle

2

Order entity

2

Roles and Permissions

2

User management

2

Order domain entities

2

Batch API

Content components

Variables

Action

Webhook

Implement Fluent Commerce

Optimize Fluent Commerce

Environments

Preorder

Arrivals

Ready for launch process

Configuration manifest

Iterate the solution

Trigger

Contracts

Product category

Ingestion

Inventory Batch API

Other extension points

Fulfillment Reference Module

Product entities

Fluent Order Promising

Intelligent Promising (FO)

Promise Sourcing

Building blocks

Workflow Settings

Active user

EntityType and Subtype

Account

Setting

Payment Processing

Order Orchestration

Payment processing

Return entity

Billing account

Payment transaction entity

Fulfillment domain entities

I have worked on:
Activate Sourcing Profile
Edited 343 days ago
The
`activateSourcingProfile` mutation activates a specific version of a Sourcing Profile. When called, it performs the following actions:
  • Sets the specified version status to `ACTIVE`
  • Updates the previously `ACTIVE` version to `INACTIVE`
Create Comment
Edited 567 days ago
The
`createComment` Mutation allows the creation of a Comment against a known Entity.
PrerequisitesSpecific Permissions are required for creating Comments:
  • `COMMENT_CREATE`
  • `COMMENT_VIEW`
Create or Update Sourcing Profile
Edited 91 days ago
The
`createSourcingProfile` mutation creates a Sourcing Profile (or its newer version, i.e., updates) for a Retailer:
  • If the provided `ref` is unique, it creates the first version with `ACTIVE` status
  • If a `SourcingProfile` with the same `ref` already exists, it creates a new version with `DRAFT` status
Get Comment by Id
Edited 567 days ago
The
`commentById` Query retrieves a Comment based on a provided Id.
Prerequisites
  • `COMMENT_VIEW` Permission is required for retrieving a Comment
Get Sourcing Profile
Edited 343 days ago
The
`sourcingProfile` query retrieves a Sourcing Profile by its Reference:
  • If a version is provided, the query returns that specific version
  • If no version is provided, the query returns the latest available version
Getting Started with Metrics API
Edited 813 days ago
This guide is intended to provide implementers with information about the Metrics API within the
Fluent Big Inventory product, describing its functionalities and utilization principles within the Fluent Platform.Pre-requisites:
How Metrics works
Edited 793 days ago
This document is intended to describe to implementers Metrics technical details within the
Fluent Big Inventory product.Pre-requisites:
Metrics usage for Platform Observability
Edited 813 days ago
This document is intended to describe to implementers which Metrics are available within the
Fluent Big Inventory product and what kind of data they provide to achieve Platform Observability.Pre-requisites:
Metrics Overview
Edited 749 days ago
This document is intended to introduce the
Metrics and describe their place within the Fluent Big Inventory product.Pre-requisites:
Query Comments
Edited 567 days ago
The
`comments` Query retrieves Comments based on various filter criteria.
Prerequisites
  • `COMMENT_VIEW` Permission is required for retrieving Comments
Rule Context Generator
Edited 370 days ago
The `RuleContextGenerator` is the underlying class that the 
`RuleExecutor` and `WorkflowExecutor` use to construct a mock `Context` for your tests. While you will most often interact with it through the executors, you can also use it directly to manually create a `Context` object.This is particularly useful when you are unit testing a helper or utility class that requires a `Context` object as a parameter, but you don't need to execute a full rule.
Search Sourcing Profiles
Edited 343 days ago
The
`sourcingProfiles` query retrieves existing Sourcing Profiles. It supports multiple filters and pagination.
Sourcing Auditability Overview
Edited 9 days ago
Sourcing Auditability records why the
Responsive Sourcing Framework made each sourcing decision. For each Sourcing Request, it records the inputs evaluated and the outcome reached, so you can review the decision later.It helps teams understand:
  • Which Strategies and Conditions were evaluated
  • Which Locations were considered and how they scored against their Criteria
  • The Location(s) selected, and why
This document explains:
  • What Sourcing Auditability captures and why it matters
  • What you can see and answer with it
  • Where audit data appears, and where to find interface and API detail
Sourcing Conditions Overview
Edited 16 days ago
Sourcing Conditions let you control how Sourcing Strategies are applied within the
Responsive Sourcing Framework. After reading, you will understand how to configure and extend them to adapt sourcing logic for specific Sourcing Requests.
Update Comment
Edited 567 days ago
The
`updateComment` Mutation allows for the updating of an existing Comment object.
PrerequisitesSpecific Permissions are required for updating Comments:
  • `COMMENT_UPDATE`
  • `COMMENT_VIEW`