public interface MetadataApi
| Modifier and Type | Method and Description |
|---|---|
BrandsResult |
getBrands(Query query)
Search Brands - Lists all brands along with their IDs
|
CategoriesResult |
getCategories(Query query)
Export Categories - Lists all categories along with their IDs and path
|
StoresResult |
getStores(Query query)
Search Stores - Lists all stores along with their IDs
|
StoresResult getStores(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of MetadataQuery with appropriate parametersStoresResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionBrandsResult getBrands(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of MetadataQuery with appropriate parametersBrandsResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCategoriesResult getCategories(Query query) throws IndixApiException, IOException, URISyntaxException
query - Instance of MetadataQuery with appropriate parametersCategoriesResult{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCopyright © 2017. All rights reserved.