Alokai

SapccApiGetStoreLocationRequest

Request parameters for getStoreLocation operation in SapccApi. SapccApiGetStoreLocationRequest

interface SapccApiGetStoreLocationRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly storeId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetStoreLocation
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetStoreLocation
storeIdRequiredstringStore identifier (currently store name) {string} SapccApiGetStoreLocation

On this page