ruleslogisticsbeginner

Package Delivery Pricing

Basic example of a Decision Tree. Here used to establish price based on package weight.

DecisionRules

David Škarka

Template author

This rule flow is a Decision Tree designed to calculate shipping costs and delivery estimates. It serves as a basic example of establishing pricing logic based specifically on the physical weight of a package.

Solution Components
The decision logic relies on specific input data to determine three distinct outputs:
  • Input:
    • Package Weight: The numerical weight of the package (defined as package.weight).
  • Outputs:
    • Price: The calculated cost of shipping (defined as price).
    • Currency: The monetary unit, fixed as USD in this version (defined as currency).
    • Delivery Duration: The estimated time for arrival (defined as deliveryInHours).
Check iconA checkmark inside a circle signifying "yes"Minus iconA minus inside a circle signifying "no"PROS IconA plus symbol representing positive aspects or benefits.CONS IconA minus symbol representing negative aspects or drawbacks.

More Templates

See Other Templates