Class InventoryCardsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryItemView>createSellerInventoryItem(String companyIdentifier, SellerInventoryItem sellerInventoryItem) Create Card Create a new inventory cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>createSellerInventoryItemWithHttpInfo(String companyIdentifier, SellerInventoryItem sellerInventoryItem) reactor.core.publisher.Mono<RemoveEntryResponse>removeSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, String accept) Delete Card Remove a unique inventory itemreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<Multimedia>showInventoryMedia1(String companyIdentifier, String channelInventoryIdentifier, String accept) Show Card Media Retrieve list of all media associated with this channel inventory identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Multimedia>>>showInventoryMedia1WithHttpInfo(String companyIdentifier, String channelInventoryIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryItemView>showSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, String accept) Show Card Retrieve a single inventory card.reactor.core.publisher.Flux<SellerInventoryItemView>showSellerInventoryItemsForCompany(String companyIdentifier, String accept) Show Inventory Cards Retrieve a list of all inventory cards for company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryItemView>>>showSellerInventoryItemsForCompanyWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>showSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryItemView>updateSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem) Update Card Update an existing cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>updateSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem)
-
Constructor Details
-
InventoryCardsApi
public InventoryCardsApi() -
InventoryCardsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createSellerInventoryItem
public reactor.core.publisher.Mono<SellerInventoryItemView> createSellerInventoryItem(String companyIdentifier, SellerInventoryItem sellerInventoryItem) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Card Create a new inventory card400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
201 - Created
- Parameters:
companyIdentifier- Company identifier to create item forsellerInventoryItem- The sellerInventoryItem parameter- Returns:
- SellerInventoryItemView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createSellerInventoryItemWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>> createSellerInventoryItemWithHttpInfo(String companyIdentifier, SellerInventoryItem sellerInventoryItem) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
removeSellerInventoryItem
public reactor.core.publisher.Mono<RemoveEntryResponse> removeSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Card Remove a unique inventory item400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
202 - Accepted
- Parameters:
companyIdentifier- Company identifier to delete item frominventoryIdentifier- Delete inventory 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
-
removeSellerInventoryItemWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventoryMedia1
public reactor.core.publisher.Flux<Multimedia> showInventoryMedia1(String companyIdentifier, String channelInventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Card Media Retrieve list of all media associated with this channel inventory identifier.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Company identifier to retrieve items forchannelInventoryIdentifier- Retrieve media for this channel inventory identifier.accept- The accept parameter- Returns:
- List<Multimedia>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryMedia1WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Multimedia>>> showInventoryMedia1WithHttpInfo(String companyIdentifier, String channelInventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSellerInventoryItem
public reactor.core.publisher.Mono<SellerInventoryItemView> showSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Card Retrieve a single inventory card.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Company identifier to retrieve item forinventoryIdentifier- Retrieve inventory with this identifier.accept- The accept parameter- Returns:
- SellerInventoryItemView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSellerInventoryItemWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>> showSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSellerInventoryItemsForCompany
public reactor.core.publisher.Flux<SellerInventoryItemView> showSellerInventoryItemsForCompany(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Cards Retrieve a list of all inventory cards for company.400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Company identifier to retrieve items foraccept- The accept parameter- Returns:
- List<SellerInventoryItemView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSellerInventoryItemsForCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryItemView>>> showSellerInventoryItemsForCompanyWithHttpInfo(String companyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateSellerInventoryItem
public reactor.core.publisher.Mono<SellerInventoryItemView> updateSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Card Update an existing card400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
200 - OK
- Parameters:
companyIdentifier- Company identifier to update item forinventoryIdentifier- Update inventory with this identifier.sellerInventoryItem- The sellerInventoryItem parameter- Returns:
- SellerInventoryItemView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateSellerInventoryItemWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>> updateSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-