|
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
- Contains the updated quantity and/or price of a listing
being revised. You should not modify the same listing twice
(by using a duplicate ItemID or SKU) in the same request;
otherwise, you may get an error or unexpected results.
(For example, you should not use one InventoryStatus node to
update the quantity and another InventoryStatus node to update
the price of the same item.) You can pass up to 4 InventoryStatus nodes in a single request.
ReturnedInventoryStatus
- Confirms the quantity and price associated with a listing
or variation that was revised.
ReturnedFees
- Child elements contain the estimated listing fees for a
listing that was revised. Use the ItemID to correlate the
Fees data with the InventoryStatus data in the response.
The fees do not include the Final Value Fee (FVF),
which can't be determined until the listing has sales.
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 quantity of a currently- active, fixed-price listing. |
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, Exception
ApiException
SdkException
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.