| Package | Description |
|---|---|
| com.indix.client | |
| com.indix.exception | |
| com.indix.httpClient |
| Modifier and Type | Method and Description |
|---|---|
BrandsResult |
MetadataApi.getBrands(Query query)
Search Brands - Lists all brands along with their IDs
|
InputStream |
BulkQueryApi.getBulkJobOutput(JobQuery query)
get output of job returned against bulk query
|
JobInfo |
BulkQueryApi.getBulkJobStatus(JobQuery query)
get status of job returned against bulk query
|
CategoriesResult |
MetadataApi.getCategories(Query query)
Export Categories - Lists all categories along with their IDs and path
|
CatalogPremiumProductDetailsResult |
ProductDetailsApi.getProductDetailsCatalogPremium(ProductDetailsQuery query)
Product Details - Returns catalog premium information for a product
|
CatalogStandardProductDetailsResult |
ProductDetailsApi.getProductDetailsCatalogStandard(ProductDetailsQuery query)
Product Details - Returns catalog standard information for a product
|
OffersProductDetailsResult |
ProductDetailsApi.getProductDetailsOffersPremium(ProductDetailsQuery query)
Product Details - Returns offers premium information for a product
|
OffersProductDetailsResult |
ProductDetailsApi.getProductDetailsOffersStandard(ProductDetailsQuery query)
Product Details - Returns offers standard information for a product from a single storeId
|
SummaryProductDetailsResult |
ProductDetailsApi.getProductDetailsSummary(ProductDetailsQuery query)
Product Details - Returns summary information for a product
|
UniversalProductDetailsResult |
ProductDetailsApi.getProductDetailsUniversal(ProductDetailsQuery query)
Product Details - Returns complete information for a product
|
CatalogPremiumSearchResult |
SearchApi.getProductsCatalogPremium(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their
catalog info across stores
|
CatalogStandardSearchResult |
SearchApi.getProductsCatalogStandard(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their
aggregated catalog info
|
OffersSearchResult |
SearchApi.getProductsOffersPremium(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with offers info from a
store
|
OffersSearchResult |
SearchApi.getProductsOffersStandard(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with offers info from a
store
|
SummarySearchResult |
SearchApi.getProductsSummary(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their summary info
|
UniversalSearchResult |
SearchApi.getProductsUniversal(Query query)
Search Products - Retrieves a list of products matching a variety of query parameters with their offers and
catalog info across stores
|
StoresResult |
MetadataApi.getStores(Query query)
Search Stores - Lists all stores along with their IDs
|
SuggestionsResult |
SuggestionsApi.getSuggestions(Query query)
Search Suggestions - Lists all product search suggestions
|
JobInfo |
BulkQueryApi.postBulkJob(ProductsViewType productsViewType,
BulkLookupQuery query)
Posts a bulk job for the appropriate resource type for lookup cases
|
JobInfo |
BulkQueryApi.postBulkJob(ProductsViewType productsViewType,
BulkProductsQuery query)
Posts a bulk job for the appropriate resource type for search cases
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
Indix exception corresponding to HTTP 400 error code
|
class |
InternalServerException
Indix exception corresponding to HTTP 500 error code
|
class |
PaymentRequiredException
Indix exception corresponding to HTTP 402 error code
|
class |
TooManyRequestsException
Indix exception corresponding to HTTP 429 error code
|
class |
UnauthorizedException
Indix exception corresponding to HTTP 401 error code
|
| Modifier and Type | Method and Description |
|---|---|
String |
HttpClient.GET(URI uri)
Executes a GET request and retrieves the response body as String
|
InputStream |
HttpClient.GETStream(URI uri)
Executes a GET request and retrieves the response body as Stream
|
String |
HttpClient.POST(URI uri,
List<org.apache.http.NameValuePair> params)
Executes a POST request and retrieves the response body as String
|
String |
HttpClient.POST(URI uri,
List<org.apache.http.NameValuePair> params,
File file)
Executes a multipart entity POST request and retrieves the response body as String
|
Copyright © 2017. All rights reserved.