Alokai

SapccApiGetTextfieldConfigurationForSavedCartEntryRequest

Request parameters for getTextfieldConfigurationForSavedCartEntry operation in SapccApi. SapccApiGetTextfieldConfigurationForSavedCartEntryRequest

interface SapccApiGetTextfieldConfigurationForSavedCartEntryRequest {
	readonly cartId: string;
	readonly entryNumber: number;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier. {string} SapccApiGetTextfieldConfigurationForSavedCartEntry
entryNumberRequirednumberEach entry in a cart has an entry number. Cart entries are numbered in ascending order, starting with zero. {number} SapccApiGetTextfieldConfigurationForSavedCartEntry

On this page