SapccApiGetStoresByCountryAndRegionRequest
Request parameters for getStoresByCountryAndRegion operation in SapccApi. SapccApiGetStoresByCountryAndRegionRequest
interface SapccApiGetStoresByCountryAndRegionRequest {
readonly baseSiteId: string;
readonly countryIso: string;
readonly fields?: string;
readonly regionIso: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetStoresByCountryAndRegion |
countryIso | Required | string | Country ISO code. {string} SapccApiGetStoresByCountryAndRegion |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetStoresByCountryAndRegion |
regionIso | Required | string | Region ISO code. {string} SapccApiGetStoresByCountryAndRegion |