RemoveVoucherFromCartProps
Parameters for removing a voucher from a cart.
interface RemoveVoucherFromCartProps extends BaseUserId {
cartId: string;
voucherId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | string | Cart identifier: cart code for logged-in user, cart guid for anonymous user, current for the last modified cart. |
voucherId | Required | string | Voucher identifier (code). |