Class DiscoverApi

java.lang.Object
travel.wink.sdk.affiliate.api.DiscoverApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-27T18:00:24.319118463+07:00[Asia/Bangkok]") public class DiscoverApi extends Object
  • Constructor Details

    • DiscoverApi

      public DiscoverApi()
    • DiscoverApi

      @Autowired public DiscoverApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showCitiesForInventory

      public reactor.core.publisher.Flux<GeoNameAffiliate> showCitiesForInventory(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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<GeoNameAffiliate> showCitiesForInventory1(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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion parameter
      Returns:
      List<GeoNameAffiliate>
      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<GeoNameAffiliate>>> showCitiesForInventory1WithHttpInfo(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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<GeoNameAffiliate>>
      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(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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List cities for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List countries for inventory on behalf of this owner identifier.
      winkVersion - The winkVersion 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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory on behalf of this owner identifier.
      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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory on behalf of this owner identifier.
      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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Search Retrieves a paginated result set of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory on behalf of this owner identifier.
      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 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      winkVersion - The winkVersion 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 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      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
    • showDynamicSellerInventoryByIdWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryByIdWithResponseSpec(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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      dynamicListIdentifier - Browse inventory supplier on behalf of this dynamic list identifier.
      page - Skip to page.
      size - Skip to page.
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById1

      public reactor.core.publisher.Mono<PageInventoryViewAffiliate> showDynamicSellerInventoryById1(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

      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:
      PageInventoryViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById1WithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>> showDynamicSellerInventoryById1WithHttpInfo(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

      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:
      ResponseEntity<PageInventoryViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showDynamicSellerInventoryById1WithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showDynamicSellerInventoryById1WithResponseSpec(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

      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:
      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 companyIdentifier, String supplierIdentifier, String salesChannelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String supplierIdentifier, String salesChannelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      winkVersion - The winkVersion 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 companyIdentifier, String supplierIdentifier, String salesChannelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Supplier 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      supplierIdentifier - Browse inventory supplier on behalf of this supplier identifier.
      salesChannelIdentifier - Browse inventory supplier on behalf of this sales channel identifier.
      winkVersion - The winkVersion 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(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

      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<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(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

      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:
      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(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

      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:
      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(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Suppliers Retrieves a list of latest available inventory suppliers.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      page - Skip to page.
      size - Skip to page.
      winkVersion - The winkVersion 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(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Suppliers Retrieves a list of latest available inventory suppliers.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      page - Skip to page.
      size - Skip to page.
      winkVersion - The winkVersion 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(String companyIdentifier, Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Latest Inventory Suppliers Retrieves a list of latest available inventory suppliers.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier on behalf of this owner identifier.
      page - Skip to page.
      size - Skip to page.
      winkVersion - The winkVersion 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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Supplier Search Retrieves a paginated result set of suppliers of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier suppliers on behalf of this owner identifier.
      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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Supplier Search Retrieves a paginated result set of suppliers of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier suppliers on behalf of this owner identifier.
      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(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Inventory Supplier Search Retrieves a paginated result set of suppliers of inventory 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

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Browse inventory supplier suppliers on behalf of this owner identifier.
      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