The discount endpoint is used to manage and retrieve discount-related data within the system. It typically includes:Discount List & Details#
Retrieve available discounts, including percentage-based, or fixed-amount.
Provide details such as discount name, description, amount/percentage, applicable products, and expiration date.
Discount Verification#
Validate if a discount is applicable based on conditions.
Ensure expired or invalid discounts cannot be applied.
Modified at 2025-03-26 07:42:37