SapccApiGetTextfieldConfigurationForSavedCartEntryRequest
Request parameters for getTextfieldConfigurationForSavedCartEntry operation in SapccApi. SapccApiGetTextfieldConfigurationForSavedCartEntryRequest
interface SapccApiGetTextfieldConfigurationForSavedCartEntryRequest {
readonly cartId: string;
readonly entryNumber: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | string | Cart identifier. {string} SapccApiGetTextfieldConfigurationForSavedCartEntry |
entryNumber | Required | number | Each entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero. {number} SapccApiGetTextfieldConfigurationForSavedCartEntry |