Class CuratedListApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> addInventoryToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> addInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventory to your existing curated listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecaddInventoryToCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> addSupplierToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> addSupplierToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..org.springframework.web.reactive.function.client.WebClient.ResponseSpecaddSupplierToCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> copyInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> copyInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccopyInventoryToCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> createCuratedList(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> createCuratedListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) Create Curated List Create a new curated listorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateCuratedListWithResponseSpec(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> createCuratedSupplierList(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> createCuratedSupplierListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) Create Curated List Create a new curated listorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateCuratedSupplierListWithResponseSpec(String companyIdentifier, CreateStaticSellerListAndAddSupplierRequestAffiliate createStaticSellerListAndAddSupplierRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> moveInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> moveInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.org.springframework.web.reactive.function.client.WebClient.ResponseSpecmoveInventoryToCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeCuratedList(String companyIdentifier, String listIdentifier, String winkVersion, String accept) Remove Curated List Remove curated list by list identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String winkVersion, String accept) Remove Curated List Remove curated list by list identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, String winkVersion, String accept) Remove Curated List Remove curated list by list identifierreactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeInventoryFromCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, String winkVersion, String accept) Delete List Item Delete a list item from a curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeInventoryFromCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, String winkVersion, String accept) Delete List Item Delete a list item from a curated list by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveInventoryFromCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, String itemIdentifier, String winkVersion, String accept) Delete List Item Delete a list item from a curated list by its unique identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<StaticSellerListWrapperAffiliate> showCuratedLists(String companyIdentifier, Boolean withItems, String winkVersion, String accept) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListWrapperAffiliate>>> showCuratedListsWithHttpInfo(String companyIdentifier, Boolean withItems, String winkVersion, String accept) Show Curated Lists Retrieve lists optionally with content.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCuratedListsWithResponseSpec(String companyIdentifier, Boolean withItems, String winkVersion, String accept) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<BooleanResponseAffiliate> sortCuratedListItems(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BooleanResponseAffiliate>> sortCuratedListItemsWithHttpInfo(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecsortCuratedListItemsWithResponseSpec(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing listreactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifier
-
Constructor Details
-
CuratedListApi
public CuratedListApi() -
CuratedListApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 inventory to your existing curated list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListItemRequestAffiliate- The addStaticSellerListItemRequestAffiliate parameterwinkVersion- 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 inventory to your existing curated list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListItemRequestAffiliate- The addStaticSellerListItemRequestAffiliate parameterwinkVersion- 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 inventory to your existing curated list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListItemRequestAffiliate- The addStaticSellerListItemRequestAffiliate parameterwinkVersion- 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..500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListSupplierRequestAffiliate- The addStaticSellerListSupplierRequestAffiliate parameterwinkVersion- 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..500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListSupplierRequestAffiliate- The addStaticSellerListSupplierRequestAffiliate parameterwinkVersion- 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..500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Add inventory to curated list owned by this owner identifier.listIdentifier- List identifier.addStaticSellerListSupplierRequestAffiliate- The addStaticSellerListSupplierRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Copy inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Copy inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Copy inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddItemRequestAffiliate- The createStaticSellerListAndAddItemRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddItemRequestAffiliate- The createStaticSellerListAndAddItemRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddItemRequestAffiliate- The createStaticSellerListAndAddItemRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddSupplierRequestAffiliate- The createStaticSellerListAndAddSupplierRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddSupplierRequestAffiliate- The createStaticSellerListAndAddSupplierRequestAffiliate parameterwinkVersion- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
201 - Created
- Parameters:
companyIdentifier- Create curated list owned by this owner identifier.createStaticSellerListAndAddSupplierRequestAffiliate- The createStaticSellerListAndAddSupplierRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Move inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Move inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Move inventory to curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.copyMoveStaticSellerListItemRequestAffiliate- The copyMoveStaticSellerListItemRequestAffiliate parameterwinkVersion- 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<RemoveEntryResponseAffiliate> 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove curated list owned by this owner identifier.listIdentifier- List identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponseAffiliate
- 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<RemoveEntryResponseAffiliate>> 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove curated list owned by this owner identifier.listIdentifier- List identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponseAffiliate>
- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove curated list owned by this owner identifier.listIdentifier- List identifier.winkVersion- The winkVersion parameteraccept- 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<RemoveEntryResponseAffiliate> 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove inventory from curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponseAffiliate
- 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<RemoveEntryResponseAffiliate>> 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove inventory from curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.winkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponseAffiliate>
- 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 identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove inventory from curated list owned by this owner identifier.listIdentifier- List identifier.itemIdentifier- Item identifier.winkVersion- The winkVersion parameteraccept- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show curated lists owned by this owner identifier.withItems- Indicate whether to include all the list items in the resultwinkVersion- The winkVersion parameteraccept- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show curated lists owned by this owner identifier.withItems- Indicate whether to include all the list items in the resultwinkVersion- The winkVersion parameteraccept- 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show curated lists owned by this owner identifier.withItems- Indicate whether to include all the list items in the resultwinkVersion- The winkVersion parameteraccept- 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.Mono<BooleanResponseAffiliate> 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Sort curated list items owned by this owner identifier.listIdentifier- List identifier.sortStaticSellerListItemsRequestAffiliate- The sortStaticSellerListItemsRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- BooleanResponseAffiliate
- 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<BooleanResponseAffiliate>> 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Sort curated list items owned by this owner identifier.listIdentifier- List identifier.sortStaticSellerListItemsRequestAffiliate- The sortStaticSellerListItemsRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<BooleanResponseAffiliate>
- 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 list500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Sort curated list items owned by this owner identifier.listIdentifier- List identifier.sortStaticSellerListItemsRequestAffiliate- The sortStaticSellerListItemsRequestAffiliate parameterwinkVersion- 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, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Curated List Update curated list by its unique identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Update curated list owned by this owner identifier.listIdentifier- List identifier.staticSellerListAffiliate- The staticSellerListAffiliate parameterwinkVersion- 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, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Curated List Update curated list by its unique identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Update curated list owned by this owner identifier.listIdentifier- List identifier.staticSellerListAffiliate- The staticSellerListAffiliate parameterwinkVersion- 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, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Curated List Update curated list by its unique identifier500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Update curated list owned by this owner identifier.listIdentifier- List identifier.staticSellerListAffiliate- The staticSellerListAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-