SapccApiGetCartEntryConfigurationRequest
Request parameters for getCartEntryConfiguration operation in SapccApi. SapccApiGetCartEntryConfigurationRequest
interface SapccApiGetCartEntryConfigurationRequest {
readonly baseSiteId: string;
readonly cartId: string;
readonly entryNumber: number;
readonly expMode?: boolean;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier. {string} SapccApiGetCartEntryConfiguration |
cartId | Required | string | Cart identifier: cart code for logged-in user, cart GUID for anonymous user, or 'current' for the last modified cart. {string} SapccApiGetCartEntryConfiguration |
entryNumber | Required | number | Each entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero. {number} SapccApiGetCartEntryConfiguration |
expMode | Optional | boolean | If this parameter is provided and its value is true, the system tries to execute the request in expert mode (only possible if the current user belongs to group 'sapproductconfigexpmodegroup'. {boolean} SapccApiGetCartEntryConfiguration |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user. {string} SapccApiGetCartEntryConfiguration |