Interface
GuestCouponManagementInterface
Magento\Quote\Api\GuestCouponManagementInterface
What it does
This interface defines the contract for managing discount coupons on guest shopping carts (customers not logged in).
Developers use this to retrieve, apply, or remove coupon codes from guest carts through API operations, enabling promotional discount functionality for non-authenticated users during checkout.
Public Methods
- get()
- set()
- remove()