Returns stores identified by the IDs provided as input.
If you would like to get a raw Response object use the other getStores function.
An object containing the options for this method.
A promise of type StoreResult.
Returns stores identified by the IDs provided as input.
An object containing the options for this method.
Set to true to return entire Response object instead of DTO.
A promise of type Response if rawResponse is true, a promise of type StoreResult otherwise.
This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation:
distanceUnit
input parameter.To verify site latitude and longitude information in Business Manager:
If you would like to get a raw Response object use the other searchStores function.
An object containing the options for this method.
A promise of type StoreResult.
This resource retrieves a list of stores for the given site that are within a configured distance of a geolocation:
distanceUnit
input parameter.To verify site latitude and longitude information in Business Manager:
An object containing the options for this method.
Set to true to return entire Response object instead of DTO.
A promise of type Response if rawResponse is true, a promise of type StoreResult otherwise.
Generated using TypeDoc
Shopper Stores
Search for a specific store or stores in an area.
Simple example:
API Version: 1.0.15import { ShopperStores } from "commerce-sdk-isomorphic"; const clientConfig = { parameters: { clientId: "XXXXXX", organizationId: "XXXX", shortCode: "XXX", siteId: "XX" } }; const shopperStoresClient = new ShopperStores(clientConfig);
Last Updated: