- Get Started
- Functionality
- Learning
- Extension
- Dev Tooling
- APIs
- Releases
I authored
51
articles. I write about:
Analytics
14
Other resources
14
Analytics and Reporting
13
Developer tooling
12
Implementation
11
Increase speed-to-market
11
Rule performance
11
Rule SDK
11
Utility bundle
11
Tracking success metrics
10
Boiler plates and reference modules
10
Order Workflows
8
Event
7
Fluent Big Inventory
5
Inventory quantity
5
Inventory processing
5
Availability management
5
Inventory entities
5
GraphQL query
5
GraphQL
5
API
5
Integrate
4
Enterprise Inventory Availability (GI)
4
Intelligent Inventory Processing
4
Inventory Reference Module
4
Platform flexibility
4
Decision logic / Orchestration
4
Event API
4
Optimize Fluent Commerce
3
Reference Apps
2
Order domain entities
2
Fulfillment domain entities
2
Inventory management lifecycle
2
Virtual inventory position
2
Responsive Sourcing
2
UX framework
Content components
Setting
UI Component SDK
Webhook
Configuration manifest
Store customer service
Product entities
Web Apps
Object attributes
Entities
Account
Order entity
Fulfillment lifecycle
Order management lifecycle
Inventory position
Inventory Batch API
Batch processing
Implement Fluent Commerce
Order Orchestration
Workflow
Single Sign-On (SSO)
User management
Testing
Support and maintain
Monitor and alert
API recommendations
Core API
Authentication API
Batch API
`fc.analytics.queries.{domain}` and defines available queries, their resource locations, access permissions, and optional default parameters. Use this document to:`ControlUtils` is the entry point of the Controls Utilities bundle. This page is the API reference for applying controls to a position from a rule.For the underlying concepts (control, control group, bulk vs position-level control) see Controls Utilities Overview. For the order in which the `ControlUtils` resolves and applies controls, and the behavior of the caches, see the Detailed Technical Description on the Controls Utilities package page.`util-controls`): a library that applies controls to catalog positions from within a Rule, so that inclusion, exclusion, buffer, limit and threshold logic is resolved and applied the same way everywhere it is used.Prerequisites`util-sourcing`), designed to simplify implementing complex sourcing logic and reduce repetitive code.PrerequisitesBefore diving in, make sure you have:`SourcingUtils` class in the `util-sourcing` bundle is the main utility class that orchestrates the entire sourcing process within a rule. It provides core helper methods such as loading a sourcing profile, initializing the sourcing context, and executing the sourcing logic configured in the profile. Each stage supports multiple customization points. It can also capture a Sourcing Audit of the decision and submit it through the `createSourcingAudit` mutation.