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 Type
    Method
    Description
    Finds all store ID by shipping country code
  • Method Details

    • findAllStoreIdByLocale

      List<Long> findAllStoreIdByLocale(String countryCodes)
      Finds all store ID by shipping country code
      Parameters:
      countryCodes - Contains list of country codes with comma separator
      Returns:
      Returns list of Store ID