Home > @vsf-enterprise/sap-commerce-webservices-sdk > StoresApi > getStoresByCountryAndRegion

StoresApi.getStoresByCountryAndRegion() method

Lists all store locations that are in the specified country and region. Get a list of store locations for a given country and region

Signature:

getStoresByCountryAndRegion(baseSiteId: string, countryIso: string, regionIso: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<PointOfServiceList>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
countryIso string Country ISO code
regionIso string Region ISO code
fields string Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<PointOfServiceList>>

Exceptions

{RequiredError} StoresApi