Home > @vsf-enterprise/sap-commerce-webservices-sdk > SaveCartApi > doUpdateFlagForDeletion
SaveCartApi.doUpdateFlagForDeletion() method
Flags a cart for deletion (the cart doesn't have corresponding save cart attributes anymore). The cart is not actually deleted from the database. But with the removal of the saved cart attributes, this cart will be taken care of by the cart removal job just like any other cart. Flag a cart for deletion.
Signature:
doUpdateFlagForDeletion(baseSiteId: string, cartId: string, userId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<SaveCartResult>>;
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 |
fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<SaveCartResult>>
Exceptions
{RequiredError} SaveCartApi