For the complete documentation index, see llms.txt. This page is also available as Markdown.

Types

All the types of actions currently available on the Rules Engine

At the moment, the following types of action are available (more to come — feel free to reach out to us and submit a feature request if you need specific additional types).

Check the single action type pages for more information about how they work:

Type
Description
Resources
Learn more

percentage

Applies a percentage discount to the amount of the selected field.

PromotionsPrice lists

fixed_amount

Applies a fixed discount to the unit amount of the selected field (or proportionally distributes it based on the related total amount).

PromotionsPrice lists

fixed_price

Overwrites the unit amount of the selected field with the specified value.

PromotionsPrice lists

free_gift

Applies a 100% discount to line items added to the cart as free gifts by targeting them by SKU, bundle, or SKU list IDs.

Promotions

buy_x_pay_y

If the quantity of the selected items is a multiple of x, only the same multiple of y units are considered for the total price computation.

Promotions

every_x_discount_y

Applies a fixed amount discount of value y (proportionally distributed based on the quantity of the selected items) for each interval defined by the value x on the amount of a specific field.

Promotions

Last updated