Fluent Commerce Logo
Docs
Sign In
Kirill Gaiduk

Kirill Gaiduk

Fluent Commerce

I authored

54

articles. I write about:

Out-of-the-box features

30

Other resources

25

GraphQL

21

Increase speed-to-market

21

Rule performance

21

Rule SDK

21

Boiler plates and reference modules

20

Developer tooling

20

Utility bundle

20

Enterprise Inventory Availability (GI)

19

GraphQL query

16

Inventory monitoring

14

API

11

Inventory management lifecycle

10

Modules

9

GraphQL mutation

9

Customer Service

9

Monitor and alert

8

Inventory processing

8

Intelligent Inventory Processing

8

Rule

8

Fluent Big Inventory

8

Workflow

7

Event

7

Order customer service

7

Inventory position

7

Core API

6

Availability management

6

Retailer

6

Inventory catalog

6

SKU / Variant product

6

Standard product

6

Available to Promise (ATP) Feeds

6

Testing

6

Virtual inventory catalog

5

Decision logic / Orchestration

5

Virtual inventory position

5

Inventory quantity

5

Group product

4

Inventory event processing

4

UX framework

4

Inventory Reference Module

4

Event API

3

Platform flexibility

3

Fluent Distributed Order Management

3

Core Reference Module

3

Mutation

3

Product catalog

3

Ruleset

3

Rule plugin

3

Inventory controls

3

Support and maintain

2

Authentication API

2

Entities

2

Status

2

Implementation

2

Returns Management

2

Fragments (functional components)

2

Return flow

2

Location

2

Log

2

Batch processing

2

Object attributes

2

Roles and Permissions

2

User management

2

API recommendations

Batch API

Variables

Action

Webhook

UI Component SDK

Reference Apps

Component

Template

Ready for launch process

Configuration manifest

Promising

Iterate the solution

Trigger

Contracts

Product category

Order Reference Module

Order management lifecycle

Order entity

Product entities

Workflow Settings

Network

Active user

EntityType and Subtype

Account

Setting

Integrate

Payment Processing

Order Orchestration

Payment processing

Fulfillment

Return entity

Billing account

Payment transaction entity

I have worked on:

Create Comment
Edited 210 days ago

The `createComment` Mutation allows the creation of a Comment against a known Entity.


Prerequisites

Specific Permissions are required for creating Comments:

  • `COMMENT_CREATE`
  • `COMMENT_VIEW`
Get Comment by Id
Edited 210 days ago

The `commentById` Query retrieves a Comment based on a provided Id.


Prerequisites

  • `COMMENT_VIEW` Permission is required for retrieving a Comment
Getting Started with Metrics API
Edited 456 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 436 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 456 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 392 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 210 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 13 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.

Update Comment
Edited 210 days ago

The `updateComment` Mutation allows for the updating of an existing Comment object.


Prerequisites

Specific Permissions are required for updating Comments:

  • `COMMENT_UPDATE`
  • `COMMENT_VIEW`