Alokai

BaseProps

Additional properties modifying responses from SAP Commerce Cloud.

interface BaseProps {
	currency?: string;
	fields?: "BASIC" | "DEFAULT" | "FULL" | string | string[];
	lang?: string;
}

Properties

NameRequiredTypeDescription
currencyOptionalstringSelected store currency. Default currency will be overwritten.
fieldsOptional"BASIC" | "DEFAULT" | "FULL" | string | string[]Response configuration. List of fields returned in the response body.
langOptionalstringSelected store language. Default language will be overwritten.

On this page