Trading_ReviseInventoryStatusResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_ReviseInventoryStatusResponseType.h Trading_ReviseInventoryStatusResponseType.m |
Overview
Returns the Item ID or SKU with changed Price and Quantity for the revised listing.
@ingroup EBayAPIInterface
Tasks
-
inventoryStatusConfirms the quantity and price associated with a listing
property
or variation that was revised. -
feesChild elements contain the estimated listing fees for a
property
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.
If you revise a variation in a multi-variation listing,
the fees are for the entire listing. The insertion fee and
listing fee are affected by the highest priced variation
in the listing (which is not necessarily the variation that
you passed in the request).
Also note that the call returns only one Fees node per listing.
For example, if you revise 4 variations from the same
multi-variation listing, the response includes 4
InventoryStatus nodes and 1 Fees node.
Properties
fees
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.
If you revise a variation in a multi-variation listing,
the fees are for the entire listing. The insertion fee and
listing fee are affected by the highest priced variation
in the listing (which is not necessarily the variation that
you passed in the request).
Also note that the call returns only one Fees node per listing.
For example, if you revise 4 variations from the same
multi-variation listing, the response includes 4
InventoryStatus nodes and 1 Fees node.
@property (nonatomic, retain) NSMutableArray *feesDiscussion
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.
If you revise a variation in a multi-variation listing,
the fees are for the entire listing. The insertion fee and
listing fee are affected by the highest priced variation
in the listing (which is not necessarily the variation that
you passed in the request).
Also note that the call returns only one Fees node per listing.
For example, if you revise 4 variations from the same
multi-variation listing, the response includes 4
InventoryStatus nodes and 1 Fees node.
entry type : class Trading_InventoryFeesType
Declared In
Trading_ReviseInventoryStatusResponseType.hinventoryStatus
Confirms the quantity and price associated with a listing
or variation that was revised.
@property (nonatomic, retain) NSMutableArray *inventoryStatusDiscussion
Confirms the quantity and price associated with a listing
or variation that was revised.
entry type : class Trading_InventoryStatusType
Declared In
Trading_ReviseInventoryStatusResponseType.h