Returns details about the coupon currently applied to the user’s cart, including type and discount amount or percentage.
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved coupon details.
Type of the coupon ('percent' or 'amount').
percent, amount Discount percentage if the coupon is of type 'percent'. Only present if 'type' is 'percent'.
10
Discount amount if the coupon is of type 'amount'. Only present if 'type' is 'amount'.
5
The name of the applied coupon.
"SUMMER2024"