Files
medusa-store/packages/modules/promotion
Mikkel Lindstrøm Hansen 93d7a93b28 Made in operator work as In insted of equal logic (#13078)
Changed the In operator to actually work like an In instead of being same logic as Equals. This means that in promotions you can add a rule to apply when a product is in a category or multiple different. Before the logic had to match all the products categories to apply, which doesnt really make sense when you have nested category structure on products. The logic also applies to tags where you can make a rule apply based on a tag before it also had to match all tags on a product to apply.

Issue:

https://github.com/medusajs/medusa/issues/12669

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
2025-08-05 11:10:29 +00:00
..
2025-07-24 09:41:35 +02:00
2025-07-24 09:41:35 +02:00

Promotion Module

The PromotionModule is Medusas promotion engine. It offers functionality to discount carts through coupon codes with a given set of rules governing when and how the code should be applied.