Interface StoreShippingService
- All Known Implementing Classes:
StoreShippingServiceImpl
public interface StoreShippingService
The StoreShippingService contains methods for store shipping related operations.
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionfindAllStoreIdByLocale
(String countryCodes) Finds all store ID by shipping country code
-
Method Details
-
findAllStoreIdByLocale
Finds all store ID by shipping country code- Parameters:
countryCodes
- Contains list of country codes with comma separator- Returns:
- Returns list of Store ID
-