|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.ReviseInventoryStatusCall
public class ReviseInventoryStatusCall
Wrapper class of the ReviseInventoryStatus call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
InventoryStatus
- One InventoryStatus container is required for each item or item variation that is being revised. Whether updating the price and/or quantity of a single-variation listing or a specific variation within a multiple-variation listing, the limit of items or item variations that can be modified with one call is four.
ReturnedInventoryStatus
- One InventoryStatus container is returned for each item or item variation that was revised. Whether updating the price and/or quantity of a single-variation listing or a specific variation within a multiple-variation listing, the limit of items or item variations that can be modified with one call is four.
ReturnedFees
- A Fees container is returned for each fixed-price listing that was modified with the ReviseInventoryStatus call. This container consists of the estimated listing fees for the revised listing, and the listing is identified in the ItemID field. Each type of fee is returned even if it is not appplicable (has a value of 0.0
. The Final Value Fee (FVF) is not in this container, as this value cannot be determined until a sale is made. Note that these fees are at the listing level, so if multiple variations within a multiple-variation listing were modified, the fees in this container would be cumulative totals, and would not single out the fees associated with each modified item variation.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseInventoryStatusCall()
Constructor. |
|
ReviseInventoryStatusCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
InventoryStatusType[] |
getInventoryStatus()
Gets the ReviseInventoryStatusRequestType.inventoryStatus. |
InventoryFeesType[] |
getReturnedFees()
Valid after executing the API. |
InventoryStatusType[] |
getReturnedInventoryStatus()
Valid after executing the API. |
InventoryStatusType[] |
reviseInventoryStatus()
Enables a seller to change the price and/or quantity of one to four active, fixed-price listings. |
void |
setInventoryStatus(InventoryStatusType[] inventoryStatus)
Sets the ReviseInventoryStatusRequestType.inventoryStatus. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseInventoryStatusCall()
public ReviseInventoryStatusCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public InventoryStatusType[] reviseInventoryStatus() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public InventoryStatusType[] getInventoryStatus()
public void setInventoryStatus(InventoryStatusType[] inventoryStatus)
inventoryStatus
- InventoryStatusType[]public InventoryFeesType[] getReturnedFees()
public InventoryStatusType[] getReturnedInventoryStatus()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.