Skip to main content

BusinessRuleType

Classification of business rule contexts that determine the domain and application scope for automated decision-making

enum BusinessRuleType {
orderShippingMethods
orderPaymentMethods
orderPickupLocations
orderCarriers
orderIncentives
orderICP
userEvent
userAction
userPricing
productEvent
}

Values

BusinessRuleType.orderShippingMethods

Business rules for determining available shipping methods based on order criteria, location, and business constraints.

BusinessRuleType.orderPaymentMethods

Business rules for determining available payment methods based on order value, customer profile, and regional restrictions.

BusinessRuleType.orderPickupLocations

Business rules for determining available pickup locations based on order details, customer location, and store availability.

BusinessRuleType.orderCarriers

Business rules for selecting appropriate shipping carriers based on destination, package requirements, and service levels.

BusinessRuleType.orderIncentives

Business rules for applying promotional incentives, discounts, and special offers based on order and customer conditions.

BusinessRuleType.orderICP

Business rules for Integrated Commerce Platform operations including order processing and fulfillment workflows.

BusinessRuleType.userEvent

Business rules triggered by user-related events such as registration, profile updates, and behavioral actions.

BusinessRuleType.userAction

Business rules that define automated responses to specific user actions and interactions within the system.

BusinessRuleType.userPricing

Business rules for determining customer-specific pricing based on user profile, membership level, and business agreements.

BusinessRuleType.productEvent

Business rules triggered by product-related events such as inventory changes, price updates, and availability modifications.

Member Of

BusinessRule object ● BusinessRuleCreateInput input ● BusinessRuleSearchInput input