Introduction
🎯 What does this module do?
getAllDiscounts
Getting all discount objects.
getDiscountByMarker
Getting a single discount object by its textual identifier (marker).
validateDiscountsCoupon
Validate a discount coupon code.
The 'Discounts' module is used to manage discounts. A discount is a special offer that can be applied to products or categories. It can be a percentage discount or a fixed amount discount. You can also create a discount for a specific customer or a group of customers.
🎯 What does this module do?
Getting all discount objects.
Getting a single discount object by its textual identifier (marker).
Validate a discount coupon code.