Class BrowseApi

java.lang.Object
travel.wink.sdk.affiliate.browse.api.BrowseApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-03T14:56:39.718058800+07:00[Asia/Bangkok]") public class BrowseApi extends Object
  • Constructor Details

    • BrowseApi

      public BrowseApi()
    • BrowseApi

      @Autowired public BrowseApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showCitiesForInventory

      public reactor.core.publisher.Flux<GeoNameAffiliate> showCitiesForInventory(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<GeoNameAffiliate>
      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<GeoNameAffiliate>>> showCitiesForInventoryWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<GeoNameAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCitiesForInventoryWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventory_0

      public reactor.core.publisher.Flux<GeoNameAffiliate> showCitiesForInventory_0(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<GeoNameAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventory_0WithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameAffiliate>>> showCitiesForInventory_0WithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<GeoNameAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventory_0WithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCitiesForInventory_0WithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Cities Retrieve list of cities affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCountriesForInventory

      public reactor.core.publisher.Flux<CountryAffiliate> showCountriesForInventory(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<CountryAffiliate>
      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<CountryAffiliate>>> showCountriesForInventoryWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<CountryAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCountriesForInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCountriesForInventoryWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCountriesForInventorySupplier

      public reactor.core.publisher.Flux<CountryAffiliate> showCountriesForInventorySupplier(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<CountryAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCountriesForInventorySupplierWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryAffiliate>>> showCountriesForInventorySupplierWithHttpInfo(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<CountryAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCountriesForInventorySupplierWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCountriesForInventorySupplierWithResponseSpec(String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Countries Retrieve list of countries affiliate has access to.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventory

      public reactor.core.publisher.Mono<PageInventoryViewAffiliate> showDynamicSellerInventory(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageInventoryViewAffiliate
      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<PageInventoryViewAffiliate>> showDynamicSellerInventoryWithHttpInfo(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageInventoryViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryWithResponseSpec(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById

      public reactor.core.publisher.Mono<PageInventorySupplierAffiliate> showDynamicSellerInventoryById(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search by Saved Search Retrieves a paginated result set based on the given list identifier.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PageInventorySupplierAffiliate
      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<PageInventorySupplierAffiliate>> showDynamicSellerInventoryByIdWithHttpInfo(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search by Saved Search Retrieves a paginated result set based on the given list identifier.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PageInventorySupplierAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryByIdWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryByIdWithResponseSpec(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search by Saved Search Retrieves a paginated result set based on the given list identifier.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById_0

      public reactor.core.publisher.Mono<PageInventoryViewAffiliate> showDynamicSellerInventoryById_0(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search by Saved Search Retrieves a paginated result set based on the given saved search ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Limit the size of results.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PageInventoryViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById_0WithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>> showDynamicSellerInventoryById_0WithHttpInfo(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search by Saved Search Retrieves a paginated result set based on the given saved search ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Limit the size of results.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PageInventoryViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById_0WithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryById_0WithResponseSpec(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search by Saved Search Retrieves a paginated result set based on the given saved search ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicListIdentifier - Browse inventory on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Limit the size of results.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventorySupplier

      public reactor.core.publisher.Mono<InventorySupplierAffiliate> showInventorySupplier(String supplierIdentifier, String salesChannelIdentifier, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Retrieves supplier details based on existing sales channel ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      InventorySupplierAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventorySupplierWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplierAffiliate>> showInventorySupplierWithHttpInfo(String supplierIdentifier, String salesChannelIdentifier, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Retrieves supplier details based on existing sales channel ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<InventorySupplierAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventorySupplierWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInventorySupplierWithResponseSpec(String supplierIdentifier, String salesChannelIdentifier, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Supplier Retrieves supplier details based on existing sales channel ID.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLatestInventory

      public reactor.core.publisher.Flux<InventoryViewAffiliate> showLatestInventory(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Retrieves a list of latest available inventory.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<InventoryViewAffiliate>
      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<InventoryViewAffiliate>>> showLatestInventoryWithHttpInfo(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Retrieves a list of latest available inventory.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<InventoryViewAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLatestInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLatestInventoryWithResponseSpec(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Retrieves a list of latest available inventory.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLatestInventorySupplierList

      public reactor.core.publisher.Flux<InventorySupplierAffiliate> showLatestInventorySupplierList(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Suppliers Retrieves a list of latest available inventorysuppliers.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<InventorySupplierAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLatestInventorySupplierListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplierAffiliate>>> showLatestInventorySupplierListWithHttpInfo(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Suppliers Retrieves a list of latest available inventorysuppliers.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<InventorySupplierAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLatestInventorySupplierListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLatestInventorySupplierListWithResponseSpec(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Suppliers Retrieves a list of latest available inventorysuppliers.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      page - Skip to page.
      size - Skip to page.
      displayCurrency - Indicate which currency to display prices in.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSuppliersForDynamicSellerInventory

      public reactor.core.publisher.Mono<PageInventorySupplierAffiliate> showSuppliersForDynamicSellerInventory(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search Retrieves a paginated result set of suppliers of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageInventorySupplierAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSuppliersForDynamicSellerInventoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplierAffiliate>> showSuppliersForDynamicSellerInventoryWithHttpInfo(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search Retrieves a paginated result set of suppliers of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageInventorySupplierAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSuppliersForDynamicSellerInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSuppliersForDynamicSellerInventoryWithResponseSpec(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Supplier Search Retrieves a paginated result set of suppliers of inventorybased on the search criteria of the caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      dynamicSellerListRequestAffiliate - The dynamicSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API