Docs
Search
Search
Help & Feedback
Get Started
Functionality
Learning
Extension
Dev Tooling
APIs
Releases
Extend Fluent OMS
Some how-to guides for extending Fluent OMS
Enable Return Order with Exchange in Fluent OMS
How-to Guide
Eligibility & Conditions
– Clearly define the conditions under which an item can be exchanged, such as time limits, product conditions, and receipt requirements.
Exchange Process
– Outline the step-by-step process, including how customers initiate an exchange, return shipping details, and replacement timelines.
Inventory & Availability
– Ensure the desired replacement item is in stock and provide alternatives if it's unavailable.
Refund vs. Exchange Policy
– Specify whether price differences will be refunded or charged.
Customer Communication
– Keep customers informed at every stage with order tracking, confirmation emails, and support availability.
Build a Webhooks Monitoring Dashboard
How-to Guide
For Frontend Configurators (JSON) of the
Fluent OMX UX Framework
with access to a
small custom component
Enable a
visual Webhooks Monitoring Dashboard
in the Fluent OMS (or any other Fluent web app)
How to add a new page to the Insights section
How to query the Event API for Webhook Audit Events
How to use the
`devrel.provider.rest`
component to display information from the Fluent REST APIs using standard the standard UX Component Library
Access specific attributes by name (even when they contain spaces!)
How to conditionally color code a specific table column
How to display a details drawer from a list
How to display contextual Webhook information on the Order Details screen
OMS Web App: Search order by ID using the Rules SDK
How-to Guide
This is the use case where users can look up OMS orders using order ID.
Typically, the
`orderById`
GraphQL query is used to look up an order by ID. However, only one order can be searched at a time, and there is no wildcard search.
This article provides an alternative approach that allows users to search for orders by ID or even with a wildcard, leveraging the new
`ref2`
field on the order entity included in the
Enhanced Order Lookup and Tagging Capabilities
release.
Fluent OMS WebApp UI: Getting Orders by Product Status
How-to Guide
A simple guide to add product status as part of the order search filter.
This feature will utilize OOTB components, so it does not require any custom components.
Create a Simple List Page in OMS Webapp
How-to Guide
A simple guide to creating an OMS webapp page from scratch
Create Order Wizard
How-to Guide
The 'Create Order' wizard streamlines the order creation process by guiding users through each step, reducing the chances of errors, and ensuring all necessary information is captured.
It provides a user-friendly interface that simplifies complex order configurations, making it accessible for users with varying levels of technical expertise.
The wizard includes validation checks at each step, ensuring that all entered data is accurate and complete before proceeding to the next step.