Alokai

SapccApiGetStoresByCountryRequest

Request parameters for getStoresByCountry operation in SapccApi. SapccApiGetStoresByCountryRequest

interface SapccApiGetStoresByCountryRequest {
	readonly baseSiteId: string;
	readonly countryIso: string;
	readonly fields?: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetStoresByCountry
countryIsoRequiredstringCountry ISO code. {string} SapccApiGetStoresByCountry
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetStoresByCountry

On this page