Home > @vsf-enterprise/sap-commerce-webservices-sdk > SaveCartApi > doSaveCart
SaveCartApi.doSaveCart() method
Explicitly saves a cart. Explicitly saves a cart.
Signature:
doSaveCart(baseSiteId: string, cartId: string, userId: string, fields?: string, saveCartDescription?: string, saveCartName?: 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 | 
| saveCartDescription | string | The description that should be applied to the saved cart. | 
| saveCartName | string | The name that should be applied to the saved cart. | 
| options | any | Override http request option. | 
Returns:
Promise<import("axios").AxiosResponse<SaveCartResult>>
Exceptions
{RequiredError} SaveCartApi