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