Class CuratedListApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-27T09:34:43.322391840+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 companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel blocking to your existing curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel blocking to your existing curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Inventory to List Add some travel blocking to your existing curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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..

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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..

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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..

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Add blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Copy blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Copy blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Copy blocking to curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      201 - Created

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Move blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Move blocking to curated list owned by this owner identifier.
      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 companyIdentifier, 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.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Move blocking to curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Remove Curated List Remove curated list by list identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove curated list owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove blocking from curated list owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove blocking from curated list owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Remove blocking from curated list owned by this owner identifier.
      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(String companyIdentifier, Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Show curated lists owned by this owner identifier.
      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(String companyIdentifier, Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Show curated lists owned by this owner identifier.
      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(String companyIdentifier, Boolean withItems, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Curated Lists Retrieve lists optionally with content.

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Show curated lists owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Sort curated list items owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Sort curated list items owned by this owner identifier.
      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 companyIdentifier, 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

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Sort curated list items owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Update curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Update curated list owned by this owner identifier.
      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 companyIdentifier, String listIdentifier, UpsertStaticSellerListRequestAffiliate upsertStaticSellerListRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      500 - Internal Server Error

      200 - OK

      Parameters:
      companyIdentifier - Update curated list owned by this owner identifier.
      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