Class CuratedListApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-24T16:07:10.367615648+07:00[Asia/Bangkok]") public class CuratedListApi extends Object
  • Constructor Details

    • CuratedListApi

      public CuratedListApi()
    • CuratedListApi

      @Autowired public CuratedListApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • addInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> addInventoryToCuratedList(String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListItemRequestAffiliate - The addStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticSellerListItemViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> addInventoryToCuratedListWithHttpInfo(String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListItemRequestAffiliate - The addStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticSellerListItemViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addInventoryToCuratedListWithResponseSpec(String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel inventoryto your existing curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListItemRequestAffiliate - The addStaticSellerListItemRequestAffiliate 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
    • addSupplierToCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> addSupplierToCuratedList(String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListSupplierRequestAffiliate - The addStaticSellerListSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticSellerListItemViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addSupplierToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> addSupplierToCuratedListWithHttpInfo(String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListSupplierRequestAffiliate - The addStaticSellerListSupplierRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticSellerListItemViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • addSupplierToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec addSupplierToCuratedListWithResponseSpec(String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Supplier to List Adds a new list item for a supplier showing the best priced room..

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      addStaticSellerListSupplierRequestAffiliate - The addStaticSellerListSupplierRequestAffiliate 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
    • copyInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> copyInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticSellerListItemViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • copyInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> copyInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticSellerListItemViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • copyInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec copyInventoryToCuratedListWithResponseSpec(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Copy Item to List Copy an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate 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
    • createCuratedList

      public reactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> createCuratedList(CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> createCuratedListWithHttpInfo(CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createCuratedListWithResponseSpec(CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticSellerListAndAddItemRequestAffiliate - The createStaticSellerListAndAddItemRequestAffiliate 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
    • createCuratedSupplierList

      public reactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> createCuratedSupplierList(CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> createCuratedSupplierListWithHttpInfo(CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createCuratedSupplierListWithResponseSpec(CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createStaticSellerListAndAddSupplierRequestAffiliate - The createStaticSellerListAndAddSupplierRequestAffiliate 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
    • moveInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> moveInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticSellerListItemViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • moveInventoryToCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> moveInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticSellerListItemViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • moveInventoryToCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec moveInventoryToCuratedListWithResponseSpec(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Move List Item Move an existing list item from one list to another.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequestAffiliate - The copyMoveStaticSellerListItemRequestAffiliate 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
    • removeCuratedList

      public reactor.core.publisher.Mono<StaticSellerListViewAffiliate> removeCuratedList(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListViewAffiliate>> removeCuratedListWithHttpInfo(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeCuratedListWithResponseSpec(String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      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
    • removeInventoryFromCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> removeInventoryFromCuratedList(String listIdentifier, String itemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      StaticSellerListItemViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeInventoryFromCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> removeInventoryFromCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeInventoryFromCuratedListWithResponseSpec(String listIdentifier, String itemIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete List Item Delete a list item from a curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      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
    • showCuratedLists

      public reactor.core.publisher.Flux<StaticSellerListWrapperAffiliate> showCuratedLists(Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<StaticSellerListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCuratedListsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListWrapperAffiliate>>> showCuratedListsWithHttpInfo(Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<StaticSellerListWrapperAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showCuratedListsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCuratedListsWithResponseSpec(Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      withItems - Indicate whether to include all the list items in the result
      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
    • sortCuratedListItems

      public reactor.core.publisher.Flux<StaticSellerListItemViewAffiliate> sortCuratedListItems(String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticSellerListItemsRequestAffiliate - The sortStaticSellerListItemsRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      List<StaticSellerListItemViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortCuratedListItemsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListItemViewAffiliate>>> sortCuratedListItemsWithHttpInfo(String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticSellerListItemsRequestAffiliate - The sortStaticSellerListItemsRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<StaticSellerListItemViewAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • sortCuratedListItemsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec sortCuratedListItemsWithResponseSpec(String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      sortStaticSellerListItemsRequestAffiliate - The sortStaticSellerListItemsRequestAffiliate 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
    • updateCuratedList

      public reactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> updateCuratedList(String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticSellerListRequestAffiliate - The upsertStaticSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      StaticSellerListWrapperAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCuratedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> updateCuratedListWithHttpInfo(String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticSellerListRequestAffiliate - The upsertStaticSellerListRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<StaticSellerListWrapperAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCuratedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCuratedListWithResponseSpec(String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      listIdentifier - List identifier.
      upsertStaticSellerListRequestAffiliate - The upsertStaticSellerListRequestAffiliate 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