Fluent Commerce Logo
Docs
Sign In
Kirill Gaiduk

Kirill Gaiduk

Fluent Commerce

I authored

30

articles. I write about:

Out-of-the-box features

28

Enterprise Inventory Availability (GI)

17

GraphQL

17

Inventory monitoring

14

GraphQL query

12

Inventory management lifecycle

9

Customer Service

9

Modules

8

Inventory processing

8

Intelligent Inventory Processing

8

API

8

Fluent Big Inventory

8

Order customer service

7

Monitor and alert

7

Inventory position

7

Workflow

6

Event

6

Availability management

6

Retailer

6

Inventory catalog

6

GraphQL mutation

6

Available to Promise (ATP) Feeds

6

Rule

5

Virtual inventory catalog

5

Other resources

5

Core API

5

Decision logic / Orchestration

5

Virtual inventory position

5

Inventory quantity

5

Inventory event processing

4

UX framework

4

SKU / Variant product

4

Standard product

4

Ruleset

3

Rule plugin

3

Inventory controls

3

Entities

2

Status

2

Platform flexibility

2

Returns Management

2

Fragments (functional components)

2

Return flow

2

Event API

2

Mutation

2

Group product

2

Location

2

Batch processing

2

Object attributes

2

Fluent Distributed Order Management

2

User management

2

Product catalog

2

Variables

Implementation

UI Component SDK

Reference Apps

Component

Template

Ready for launch process

Configuration manifest

Promising

Support and maintain

Iterate the solution

Log

Trigger

Contracts

Product category

Order management lifecycle

Order entity

Network

Active user

EntityType and Subtype

Account

Setting

Roles and Permissions

Integrate

Payment Processing

Order Orchestration

Authentication API

Payment processing

Fulfillment

Return entity

Billing account

Payment transaction entity

I have worked on:

Create Comment
Edited 37 days ago

The

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 37 days ago

The

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 283 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 263 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 283 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 219 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 37 days ago

The

Query retrieves Comments based on various filter criteria.


Prerequisites

  • `COMMENT_VIEW`
    Permission is required for retrieving Comments
Update Comment
Edited 37 days ago

The

Mutation allows for the updating of an existing Comment object.


Prerequisites

Specific Permissions are required for updating Comments:

  • `COMMENT_UPDATE`
  • `COMMENT_VIEW`