Class InventoryGridsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListItemView>addInventoryToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) Add Item to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>addInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) reactor.core.publisher.Mono<StaticSellerListItemView>copyInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>copyInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) reactor.core.publisher.Mono<StaticSellerListWrapper>createCuratedList(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) Create Curated List Create a new curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapper>>createCuratedListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) reactor.core.publisher.Mono<SellerInventoryListView>createSellerInventoryList(String companyIdentifier, SellerInventoryList sellerInventoryList) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>createSellerInventoryListWithHttpInfo(String companyIdentifier, SellerInventoryList sellerInventoryList) reactor.core.publisher.Mono<SellerInventoryRankedListView>createSellerInventoryRankedList(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) Create Ranked Grid Create a new ranked gridreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>createSellerInventoryRankedListWithHttpInfo(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) reactor.core.publisher.Mono<StaticSellerListItemView>moveInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>moveInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) reactor.core.publisher.Mono<RemoveEntryResponse>removeCuratedList(String companyIdentifier, String listIdentifier, String accept) Remove Curated List Remove curated list by list identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) reactor.core.publisher.Mono<RemoveEntryResponse>removeInventoryFromCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, String accept) Delete List Item Delete a list item from a curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeInventoryFromCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, String accept) reactor.core.publisher.Mono<RemoveEntryResponse>removeSellerInventoryList(String companyIdentifier, String listIdentifier, String accept) Delete Grid Remove a curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) reactor.core.publisher.Mono<RemoveEntryResponse>removeSellerInventoryRankedList(String companyIdentifier, String listIdentifier, String accept) Delete Ranked Grid Delete a ranked gridreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<StaticSellerListWrapper>showCuratedLists(String companyIdentifier, Boolean withItems, String accept) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListWrapper>>>showCuratedListsWithHttpInfo(String companyIdentifier, Boolean withItems, String accept) reactor.core.publisher.Flux<DynamicSellerListView>showSavedSearches(String companyIdentifier, String accept) Show Saved Searches Retrieve all saved searches for ownerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<DynamicSellerListView>>>showSavedSearchesWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryListView>showSellerInventoryList(String companyIdentifier, String listIdentifier, String accept) Show Grid Retrieve a specific curated / saved search list.reactor.core.publisher.Flux<SellerInventoryListView>showSellerInventoryLists(String companyIdentifier, String accept) Show Grids Retrieve curated / saved search list lists.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryListView>>>showSellerInventoryListsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>showSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryRankedListView>showSellerInventoryRankedList(String companyIdentifier, String listIdentifier, String accept) Show Ranked Grid Retrieve a specific ranked grid.reactor.core.publisher.Flux<SellerInventoryRankedListView>showSellerInventoryRankedLists(String companyIdentifier, String accept) Show Ranked Grids Retrieve list of ranked grids.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryRankedListView>>>showSellerInventoryRankedListsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>showSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) reactor.core.publisher.Mono<BooleanResponse>sortCuratedListItems(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequest sortStaticSellerListItemsRequest) Re-Order List Items Re-order list items with an existing listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BooleanResponse>>sortCuratedListItemsWithHttpInfo(String companyIdentifier, String listIdentifier, SortStaticSellerListItemsRequest sortStaticSellerListItemsRequest) reactor.core.publisher.Mono<StaticSellerListWrapper>updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapper>>updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) reactor.core.publisher.Mono<SellerInventoryListView>updateSellerInventoryList(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList) Update Grid Update an existing curated / saved search list.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>updateSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList) reactor.core.publisher.Mono<SellerInventoryRankedListView>updateSellerInventoryRankedList(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList) Update Ranked Grid Update existing ranked gridreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>updateSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList)
-
Constructor Details
-
InventoryGridsApi
public InventoryGridsApi() -
InventoryGridsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 list503 - 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 list503 - 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 list503 - 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 grid503 - 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 identifier503 - 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 identifier503 - 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 list503 - 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 grid503 - 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 resultaccept- 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 owner503 - 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 list503 - 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 identifier503 - 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 grid503 - 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
-