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