DeleteCouponParameters
Necessary parameters to delete coupon from cart.
interface DeleteCouponParameters {
checkoutId: string;
couponCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
checkoutId | Required | string | Checkout ID. Is the same as a cart ID. |
couponCode | Required | string | Coupon code. |