Home > @vsf-enterprise/sap-commerce-webservices-sdk > CartsApi > getCartEntry

CartsApi.getCartEntry() method

Returns the details of the cart entries. Get the details of the cart entries.

Signature:

getCartEntry(baseSiteId: string, cartId: string, entryNumber: number, userId: string, fields?: 'BASIC' | 'DEFAULT' | 'FULL', options?: any): Promise<import("axios").AxiosResponse<OrderEntry>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
cartId string Cart identifier: cart code for logged in user, cart guid for anonymous user, &#39;current&#39; for the last modified cart
entryNumber number The entry number. Each entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero (0).
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
fields 'BASIC' | 'DEFAULT' | 'FULL' Response configuration. This is the list of fields that should be returned in the response body.
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<OrderEntry>>

Exceptions

{RequiredError} CartsApi