Fluent Commerce Logo
Docs
Sign In
Kirill Gaiduk

Kirill Gaiduk

Fluent Commerce

I authored

33

articles. I write about:

Out-of-the-box features

30

GraphQL

20

Enterprise Inventory Availability (GI)

19

Inventory monitoring

14

GraphQL query

14

API

11

Inventory management lifecycle

10

Modules

9

Customer Service

9

Monitor and alert

8

Inventory processing

8

Intelligent Inventory Processing

8

GraphQL mutation

8

Fluent Big Inventory

8

Order customer service

7

Inventory position

7

Core API

6

Workflow

6

Event

6

Rule

6

Availability management

6

Retailer

6

Inventory catalog

6

SKU / Variant product

6

Standard product

6

Available to Promise (ATP) Feeds

6

Virtual inventory catalog

5

Other resources

5

Decision logic / Orchestration

5

Virtual inventory position

5

Inventory quantity

5

Group product

4

Inventory event processing

4

UX framework

4

Event API

3

Platform flexibility

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

Returns Management

2

Fragments (functional components)

2

Return flow

2

Location

2

Batch processing

2

Object attributes

2

Fluent Distributed Order Management

2

Roles and Permissions

2

User management

2

API recommendations

Batch API

Variables

Implementation

Action

UI Component SDK

Reference Apps

Component

Template

Ready for launch process

Configuration manifest

Promising

Iterate the solution

Log

Trigger

Contracts

Product category

Order management lifecycle

Order entity

Product entities

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 126 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 126 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 372 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 352 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 372 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 308 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 126 days ago

The

Query retrieves Comments based on various filter criteria.


Prerequisites

  • `COMMENT_VIEW`
    Permission is required for retrieving Comments
Update Comment
Edited 126 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`