public interface SearchApi
| Modifier and Type | Method and Description |
|---|---|
CatalogPremiumSearchResult |
getProductsCatalogPremium(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their
catalog info across stores
|
CatalogStandardSearchResult |
getProductsCatalogStandard(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their
aggregated catalog info
|
OffersSearchResult |
getProductsOffersPremium(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with offers info from a
store
|
OffersSearchResult |
getProductsOffersStandard(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with offers info from a
store
|
SummarySearchResult |
getProductsSummary(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their summary info
|
UniversalSearchResult |
getProductsUniversal(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their offers and
catalog info across stores
|
SummarySearchResult getProductsSummary(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of SearchQuery with appropriate parametersSummarySearchResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionOffersSearchResult getProductsOffersStandard(Query query) throws IndixApiException, URISyntaxException, IOException
query - Instance of SearchQuery with appropriate parametersOffersSearchResult{@link - IndixApiException}IndixApiExceptionURISyntaxExceptionIOExceptionOffersSearchResult getProductsOffersPremium(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of SearchQuery with appropriate parametersOffersSearchResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCatalogStandardSearchResult getProductsCatalogStandard(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of SearchQuery with appropriate parametersCatalogStandardSearchResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCatalogPremiumSearchResult getProductsCatalogPremium(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of SearchQuery with appropriate parametersCatalogPremiumSearchResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionUniversalSearchResult getProductsUniversal(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of SearchQuery with appropriate parametersUniversalSearchResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCopyright © 2017. All rights reserved.