Class BrowseApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") 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<KeyValuePairAffiliate> showCitiesForInventory(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>
      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<KeyValuePairAffiliate>>> showCitiesForInventoryWithHttpInfo(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>>
      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(@Nullable String winkVersion, @Nullable 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
    • showCitiesForInventory1

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showCitiesForInventory1(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventory1WithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showCitiesForInventory1WithHttpInfo(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCitiesForInventory1WithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCitiesForInventory1WithResponseSpec(@Nullable String winkVersion, @Nullable 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
    • showContinentsForInventory

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showContinentsForInventory(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Continents 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<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showContinentsForInventoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showContinentsForInventoryWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Continents 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<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showContinentsForInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showContinentsForInventoryWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Continents 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
    • showContinentsForInventorySupplier

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showContinentsForInventorySupplier(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showContinentsForInventorySupplierWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showContinentsForInventorySupplierWithHttpInfo(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showContinentsForInventorySupplierWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showContinentsForInventorySupplierWithResponseSpec(@Nullable String winkVersion, @Nullable 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
    • showCountriesForInventory

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showCountriesForInventory(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>
      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<KeyValuePairAffiliate>>> showCountriesForInventoryWithHttpInfo(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>>
      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(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate> showCountriesForInventorySupplier(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>
      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<KeyValuePairAffiliate>>> showCountriesForInventorySupplierWithHttpInfo(@Nullable String winkVersion, @Nullable 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<KeyValuePairAffiliate>>
      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(@Nullable String winkVersion, @Nullable 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<PageInventoryAggregateLightweightAffiliate> showDynamicSellerInventory(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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:
      PageInventoryAggregateLightweightAffiliate
      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<PageInventoryAggregateLightweightAffiliate>> showDynamicSellerInventoryWithHttpInfo(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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<PageInventoryAggregateLightweightAffiliate>
      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(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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<PageInventorySupplierAggregateLightweightAffiliate> showDynamicSellerInventoryById(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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:
      PageInventorySupplierAggregateLightweightAffiliate
      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<PageInventorySupplierAggregateLightweightAffiliate>> showDynamicSellerInventoryByIdWithHttpInfo(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<PageInventorySupplierAggregateLightweightAffiliate>
      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(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<PageInventoryAggregateLightweightAffiliate> showDynamicSellerInventoryById_0(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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:
      PageInventoryAggregateLightweightAffiliate
      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<PageInventoryAggregateLightweightAffiliate>> showDynamicSellerInventoryById_0WithHttpInfo(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<PageInventoryAggregateLightweightAffiliate>
      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(@Nonnull String dynamicListIdentifier, @Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventorySupplierAggregateLightweightAffiliate> showInventorySupplier(@Nonnull String supplierIdentifier, @Nonnull String salesChannelIdentifier, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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:
      InventorySupplierAggregateLightweightAffiliate
      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<InventorySupplierAggregateLightweightAffiliate>> showInventorySupplierWithHttpInfo(@Nonnull String supplierIdentifier, @Nonnull String salesChannelIdentifier, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventorySupplierAggregateLightweightAffiliate>
      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(@Nonnull String supplierIdentifier, @Nonnull String salesChannelIdentifier, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventoryAggregateLightweightAffiliate> showLatestInventory(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventoryAggregateLightweightAffiliate>
      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<InventoryAggregateLightweightAffiliate>>> showLatestInventoryWithHttpInfo(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventoryAggregateLightweightAffiliate>>
      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(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventorySupplierAggregateLightweightAffiliate> showLatestInventorySupplierList(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventorySupplierAggregateLightweightAffiliate>
      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<InventorySupplierAggregateLightweightAffiliate>>> showLatestInventorySupplierListWithHttpInfo(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<InventorySupplierAggregateLightweightAffiliate>>
      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(@Nullable Integer page, @Nullable Integer size, @Nullable String displayCurrency, @Nullable String winkVersion, @Nullable 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<PageInventorySupplierAggregateLightweightAffiliate> showSuppliersForDynamicSellerInventory(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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:
      PageInventorySupplierAggregateLightweightAffiliate
      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<PageInventorySupplierAggregateLightweightAffiliate>> showSuppliersForDynamicSellerInventoryWithHttpInfo(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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<PageInventorySupplierAggregateLightweightAffiliate>
      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(@Nonnull DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, @Nullable 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