
I authored
85
articles. I write about:
Out-of-the-box features
52
GraphQL
38
Utility bundle
30
Boiler plates and reference modules
29
Other resources
28
API
25
Responsive Sourcing
24
Sourcing
24
GraphQL query
23
Increase speed-to-market
21
Rule performance
21
Rule SDK
21
Enterprise Inventory Availability (GI)
20
Developer tooling
20
Order Reference Module
19
GraphQL mutation
17
Inventory monitoring
14
Modules
11
Order Sourcing
10
Inventory management lifecycle
10
Entities
10
Rule
10
Workflow
9
Inventory processing
9
Customer Service
9
Decision logic / Orchestration
9
Monitor and alert
8
Intelligent Inventory Processing
8
Fluent Big Inventory
8
Core API
7
Event
7
Order customer service
7
Inventory position
7
Event API
6
Availability management
6
Retailer
6
Inventory catalog
6
Core Reference Module
6
SKU / Variant product
6
Standard product
6
Available to Promise (ATP) Feeds
6
Testing
6
Inventory Reference Module
6
Platform flexibility
5
Virtual inventory catalog
5
Virtual inventory position
5
Inventory quantity
5
Group product
4
Ruleset
4
Inventory event processing
4
UX framework
4
Fluent Distributed Order Management
3
Implementation
3
Mutation
3
Product catalog
3
Rule plugin
3
Inventory controls
3
Support and maintain
2
Authentication API
2
Status
2
Returns Management
2
Fragments (functional components)
2
Return flow
2
Extend
2
Promising
2
Location
2
Log
2
Batch processing
2
Object attributes
2
Order Workflows
2
Fulfillment
2
Order management lifecycle
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
Iterate the solution
Trigger
Contracts
Product category
Fulfillment Logic
Order entity
Fulfillment Reference Module
Product entities
Fluent Order Promising
Intelligent Promising (FO)
Promise Sourcing
Building blocks
Workflow Settings
Network
Active user
EntityType and Subtype
Account
Setting
Integrate
Payment Processing
Order Orchestration
Payment processing
Return entity
Billing account
Payment transaction entity
`createSourcingProfile` mutation creates a Sourcing Profile (or its newer version, i.e., updates) for a Retailer:`ref` is unique, it creates the first version with `ACTIVE` status`SourcingProfile` with the same `ref` already exists, it creates a new version with `DRAFT` status`METRICS_VIEW` permission for Metrics data access.`util-core`), designed to simplify rule development and reduce repetitive code. Each utility focuses on a specific area of functionality to make development easier and more efficient.PrerequisitesBefore diving in, make sure you have:`dynamic-core`), designed to simplify rule development and reduce repetitive code.PrerequisitesBefore diving in, make sure you have:`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.