Class DiscoverApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<GeoName>showCitiesForInventory(String companyIdentifier, String winkVersion) Show Inventory Cities Retrieve list of cities affiliate has access to.showCitiesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Flux<Country>showCountriesForInventory(String companyIdentifier, String winkVersion) Show Inventory Countries Retrieve list of countries affiliate has access to.showCountriesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<PageSellerInventory>showDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequest dynamicSellerListRequest, String winkVersion) Inventory Search Retrieves a paginated result set based on the search criteria of the caller.reactor.core.publisher.Mono<PageSellerInventory>showDynamicSellerInventoryById(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSellerInventory>>showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSellerInventory>>showDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequest dynamicSellerListRequest, String winkVersion) reactor.core.publisher.Flux<InventoryView>showLatestInventory(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryView>>>showLatestInventoryWithHttpInfo(String companyIdentifier, Integer page, Integer size, String winkVersion)
-
Constructor Details
-
DiscoverApi
public DiscoverApi() -
DiscoverApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showCitiesForInventory
public reactor.core.publisher.Flux<GeoName> showCitiesForInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Cities Retrieve list of cities affiliate has access to.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- List cities for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- List<GeoName>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCitiesForInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoName>>> showCitiesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showCountriesForInventory
public reactor.core.publisher.Flux<Country> showCountriesForInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Countries Retrieve list of countries affiliate has access to.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- List countries for inventory on behalf of this owner identifier.winkVersion- The winkVersion parameter- Returns:
- List<Country>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesForInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Country>>> showCountriesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showDynamicSellerInventory
public reactor.core.publisher.Mono<PageSellerInventory> showDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequest dynamicSellerListRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search Retrieves a paginated result set based on the search criteria of the caller.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicSellerListRequest- The dynamicSellerListRequest parameterwinkVersion- The winkVersion parameter- Returns:
- PageSellerInventory
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSellerInventory>> showDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequest dynamicSellerListRequest, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showDynamicSellerInventoryById
public reactor.core.publisher.Mono<PageSellerInventory> showDynamicSellerInventoryById(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Inventory Search by List Retrieves a paginated result set based on the given list identifier.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.dynamicListIdentifier- Browse inventory on behalf of this dynamic list identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- PageSellerInventory
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showDynamicSellerInventoryByIdWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSellerInventory>> showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showLatestInventory
public reactor.core.publisher.Flux<InventoryView> showLatestInventory(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Latest Inventory Retrieves a list of latest available inventory.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Browse inventory on behalf of this owner identifier.page- Skip to page.size- Skip to page.winkVersion- The winkVersion parameter- Returns:
- List<InventoryView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLatestInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryView>>> showLatestInventoryWithHttpInfo(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-