Home > @vsf-enterprise/sap-commerce-webservices-sdk > CartsApi > removeCartVoucher
CartsApi.removeCartVoucher() method
Deletes a voucher based on the voucherId defined for the current cart. Deletes a voucher defined for the current cart.
Signature:
removeCartVoucher(baseSiteId: string, cartId: string, userId: string, voucherId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
cartId | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, 'current' for the last modified cart |
userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
voucherId | string | Voucher identifier (code) |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} CartsApi