Tagging Rules Configuration

Overview

Tagging Rules in OMS allow automatic tagging of orders based on defined conditions. This helps in categorizing, filtering, and managing orders efficiently based on business-specific criteria.

Below are the Field and their Descriptions displayed on the Tagging Rules Screen in OMS:

Field NameDescription
NameUnique identifier for the tagging rule (e.g., "High Value Order")
Field nameThe order attribute to evaluate (e.g., "OrderValue")
OperatorComparison operator for the condition (e.g., "GreaterThan", "LessThan")
Field valueThe value to compare against (e.g., "200", "4999")
StatusCurrent state of the rule (Active/Inactive)

Tag Rule

Condition Types
The system supports multiple condition types for tagging:

Condition TypeDescriptionExample Use Case
PostCodeFilter orders by postal codeTag orders from specific regions
DateTag based on order dateIdentify seasonal orders
ProductFilter by product attributesTag orders with specific items
CustomerTag based on customer dataIdentify VIP customer orders
OrderValueFilter by order amountTag high-value purchases
ZoneTag based on delivery zoneRegional order identification
CountryFilter by countryInternational order tagging
ShippingTypeTag by shipping methodExpress delivery identification
OrderDiscountPercentageFilter by discount levelPromotional order tracking
ProductSellPriceTag by product pricePremium product orders
OrderDuplicacyHourIdentify duplicate ordersFraud prevention
PriceDifferencePercentageTag price variationsMargin analysis

Rule Configuration Options

Basic Settings

FieldDescription
Rule NameUnique identifier for the tagging rule.
Tag ColorColor assigned to the tag for easy visual identification in the UI.
Domain SelectionSelect the applicable domain, e.g., BetterTools or BetterFixings.
Active Status ToggleEnables or disables the tagging rule.

Operator Types

OperatorDescription
InChecks if the specified value exists within a given set.
NotInChecks if the specified value does not exist in the given set.

Value-Based rules example:

High Value Orders:
- Condition: OrderValue > 4999
- Purpose: Premium order identification
 
Medium Value Orders:
- Condition: OrderValue > 100 AND < 1500
- Purpose: Standard order tracking
 
Low Value Orders:
- Condition: OrderValue < 100
- Purpose: Small order monitoring

How to setup tagging rules in CommerceHub

  1. Navigate to Settings > Tagging Rules. Tagging Rules

  2. Click Add New to create a new tagging rule. Tagging Rules

  3. Fill in Basic Details

    • Name: Enter a name for the tagging rule.
    • Color: Choose a color to visually identify the tag .
    • Domain: Select the applicable domain (if multiple domains are configured). Tagging Rules
  4. Click Add Condition and define the logic based on which the orders should be tagged. You can combine multiple conditions using AND logic. Tagging Rules

  5. Save and Activate

    • Click Save to store the rule.
    • Toggle the Activate switch to enable the tagging rule and start applying tags to matching orders. Tagging Rules

Once activated, the system will automatically evaluate and tag orders that meet the rule criteria.