Class InventoryGridsApi

java.lang.Object
travel.wink.affiliate.api.InventoryGridsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-24T12:58:57.697473+07:00[Asia/Bangkok]") public class InventoryGridsApi extends Object
  • Constructor Details

    • InventoryGridsApi

      public InventoryGridsApi()
    • InventoryGridsApi

      @Autowired public InventoryGridsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • addInventoryToCuratedList

      public reactor.core.publisher.Mono<StaticSellerListItemView> addInventoryToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Add Item to List Add some travel inventory to your existing curated list

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Add inventory to curated list owned by this owner identifier.
      listIdentifier - List identifier.
      addStaticSellerListItemRequest - The addStaticSellerListItemRequest parameter
      Returns:
      StaticSellerListItemView
      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<StaticSellerListItemView>> addInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • copyInventoryToCuratedList

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

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Copy inventory to curated list owned by this owner identifier.
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequest - The copyMoveStaticSellerListItemRequest parameter
      Returns:
      StaticSellerListItemView
      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<StaticSellerListItemView>> copyInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • createCuratedList

      public reactor.core.publisher.Mono<StaticSellerListWrapper> createCuratedList(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Curated List Create a new curated list

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Create curated list owned by this owner identifier.
      createStaticSellerListAndAddItemRequest - The createStaticSellerListAndAddItemRequest parameter
      Returns:
      StaticSellerListWrapper
      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<StaticSellerListWrapper>> createCuratedListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • createSellerInventoryList

      public reactor.core.publisher.Mono<SellerInventoryListView> createSellerInventoryList(String companyIdentifier, SellerInventoryList sellerInventoryList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Grid Create a new curated / saved search list

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create list owned by this owner identifier.
      sellerInventoryList - The sellerInventoryList parameter
      Returns:
      SellerInventoryListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSellerInventoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>> createSellerInventoryListWithHttpInfo(String companyIdentifier, SellerInventoryList sellerInventoryList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • createSellerInventoryRankedList

      public reactor.core.publisher.Mono<SellerInventoryRankedListView> createSellerInventoryRankedList(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Ranked Grid Create a new ranked grid

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      201 - Created

      Parameters:
      companyIdentifier - Create list owned by this owner identifier.
      sellerInventoryRankedList - The sellerInventoryRankedList parameter
      Returns:
      SellerInventoryRankedListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • createSellerInventoryRankedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>> createSellerInventoryRankedListWithHttpInfo(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • moveInventoryToCuratedList

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

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Move inventory to curated list owned by this owner identifier.
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      copyMoveStaticSellerListItemRequest - The copyMoveStaticSellerListItemRequest parameter
      Returns:
      StaticSellerListItemView
      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<StaticSellerListItemView>> moveInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • removeCuratedList

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

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      202 - Accepted

      Parameters:
      companyIdentifier - Remove curated list owned by this owner identifier.
      listIdentifier - List identifier.
      accept - The accept parameter
      Returns:
      RemoveEntryResponse
      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<RemoveEntryResponse>> removeCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • removeInventoryFromCuratedList

      public reactor.core.publisher.Mono<RemoveEntryResponse> removeInventoryFromCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, 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

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      202 - Accepted

      Parameters:
      companyIdentifier - Remove inventory from curated list owned by this owner identifier.
      listIdentifier - List identifier.
      itemIdentifier - Item identifier.
      accept - The accept parameter
      Returns:
      RemoveEntryResponse
      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<RemoveEntryResponse>> removeInventoryFromCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • removeSellerInventoryList

      public reactor.core.publisher.Mono<RemoveEntryResponse> removeSellerInventoryList(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Grid Remove a curated / saved search list

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      202 - Accepted

      Parameters:
      companyIdentifier - Update list owned by this owner identifier.
      listIdentifier - Delete curated list with this identifier.
      accept - The accept parameter
      Returns:
      RemoveEntryResponse
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSellerInventoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • removeSellerInventoryRankedList

      public reactor.core.publisher.Mono<RemoveEntryResponse> removeSellerInventoryRankedList(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Ranked Grid Delete a ranked grid

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      202 - Accepted

      Parameters:
      companyIdentifier - Remove grid owned by this owner identifier.
      listIdentifier - Delete grid with this identifier.
      accept - The accept parameter
      Returns:
      RemoveEntryResponse
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeSellerInventoryRankedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showCuratedLists

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

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Show curated lists owned by this owner identifier.
      withItems - Indicate whether to include all the list items in the result
      accept - The accept parameter
      Returns:
      List<StaticSellerListWrapper>
      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<StaticSellerListWrapper>>> showCuratedListsWithHttpInfo(String companyIdentifier, Boolean withItems, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showSavedSearches

      public reactor.core.publisher.Flux<DynamicSellerListView> showSavedSearches(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Saved Searches Retrieve all saved searches for owner

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - List searches owned by this owner identifier.
      accept - The accept parameter
      Returns:
      List<DynamicSellerListView>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSavedSearchesWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<DynamicSellerListView>>> showSavedSearchesWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showSellerInventoryList

      public reactor.core.publisher.Mono<SellerInventoryListView> showSellerInventoryList(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Grid Retrieve a specific curated / saved search list.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Show seller inventory lists owned by this owner identifier.
      listIdentifier - Retrieve list with this identifier.
      accept - The accept parameter
      Returns:
      SellerInventoryListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>> showSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showSellerInventoryLists

      public reactor.core.publisher.Flux<SellerInventoryListView> showSellerInventoryLists(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Grids Retrieve curated / saved search list lists.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Show seller inventory lists owned by this owner identifier.
      accept - The accept parameter
      Returns:
      List<SellerInventoryListView>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryListsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryListView>>> showSellerInventoryListsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showSellerInventoryRankedList

      public reactor.core.publisher.Mono<SellerInventoryRankedListView> showSellerInventoryRankedList(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Grid Retrieve a specific ranked grid.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Retrieve grid for owner identifier.
      listIdentifier - Retrieve grid with this identifier.
      accept - The accept parameter
      Returns:
      SellerInventoryRankedListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryRankedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>> showSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showSellerInventoryRankedLists

      public reactor.core.publisher.Flux<SellerInventoryRankedListView> showSellerInventoryRankedLists(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Grids Retrieve list of ranked grids.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Retrieve list for owner identifier.
      accept - The accept parameter
      Returns:
      List<SellerInventoryRankedListView>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryRankedListsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryRankedListView>>> showSellerInventoryRankedListsWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • sortCuratedListItems

      public reactor.core.publisher.Mono<BooleanResponse> sortCuratedListItems(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequest sortStaticSellerListItemsRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Re-Order List Items Re-order list items with an existing list

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Sort curated list items owned by this owner identifier.
      listIdentifier - List identifier.
      sortStaticSellerListItemsRequest - The sortStaticSellerListItemsRequest parameter
      Returns:
      BooleanResponse
      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<BooleanResponse>> sortCuratedListItemsWithHttpInfo(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequest sortStaticSellerListItemsRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • updateCuratedList

      public reactor.core.publisher.Mono<StaticSellerListWrapper> updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Curated List Update curated list by its unique identifier

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Update curated list owned by this owner identifier.
      listIdentifier - List identifier.
      staticSellerList - The staticSellerList parameter
      Returns:
      StaticSellerListWrapper
      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<StaticSellerListWrapper>> updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • updateSellerInventoryList

      public reactor.core.publisher.Mono<SellerInventoryListView> updateSellerInventoryList(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Grid Update an existing curated / saved search list.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Update list owned by this owner identifier.
      listIdentifier - Update list with this identifier.
      sellerInventoryList - The sellerInventoryList parameter
      Returns:
      SellerInventoryListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSellerInventoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>> updateSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • updateSellerInventoryRankedList

      public reactor.core.publisher.Mono<SellerInventoryRankedListView> updateSellerInventoryRankedList(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Ranked Grid Update existing ranked grid

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      companyIdentifier - Update list owned by this owner identifier.
      listIdentifier - Update list with this identifier.
      sellerInventoryRankedList - The sellerInventoryRankedList parameter
      Returns:
      SellerInventoryRankedListView
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateSellerInventoryRankedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>> updateSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException