Trading_ReviseItemResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_ReviseItemResponseType.h Trading_ReviseItemResponseType.m |
Overview
Returns the item ID and the estimated fees for the revised listing.
@ingroup EBayAPIInterface
Tasks
-
itemIDItem ID that uniquely identifies the item listing that was revised.
property
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.
Also applicable to Half.com. -
startTimeStarting date and time for the revised listing.
property
Also returned for Half.com (for Half.com, the start time is
always the time the item was originally listed). -
endTimeDate and time when the new listing ends. This is the starting time
property
plus the listing duration.
Also returned for Half.com, but for Half.com the actual end time is GTC
(not the end time returned in the response). -
feesChild elements contain the estimated listing fees for the revised item
property
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call’s response.
Not applicable to Half.com. -
categoryIDID of the primary category in which the item was listed.
property
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.
Not applicable to Half.com. -
category2IDID of the secondary category in which the item was listed.
property
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.
Not applicable to Half.com. -
verifyOnlySupporting VerifyOnly for ReviseItem call as part of project 24083 (API - Critical enhancements).
property
When the VerifyOnly boolean tag value is supplied as ‘true’, the response will include the calculated
listing price change if there is an increase in the BIN/Start price, but does not persist the values in DB.
This call is simialr to VerifyAddItem in revise mode. -
discountReasonThe nature of the discount, if a discount applied.
property -
productSuggestionsProvides a list of products recommended by eBay which match the item information
property
provided by the seller.
Not applicable to Half.com.
Properties
category2ID
ID of the secondary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.
Not applicable to Half.com.
@property (nonatomic, retain) NSString *category2IDDiscussion
ID of the secondary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.
Not applicable to Half.com.
type : NSString, wrapper for primitive string
Declared In
Trading_ReviseItemResponseType.hcategoryID
ID of the primary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.
Not applicable to Half.com.
@property (nonatomic, retain) NSString *categoryIDDiscussion
ID of the primary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.
Not applicable to Half.com.
type : NSString, wrapper for primitive string
Declared In
Trading_ReviseItemResponseType.hdiscountReason
The nature of the discount, if a discount applied.
@property (nonatomic, retain) NSMutableArray *discountReasonDiscussion
The nature of the discount, if a discount applied.
entry type : string constant in Trading_DiscountReasonCodeType.h
Declared In
Trading_ReviseItemResponseType.hendTime
Date and time when the new listing ends. This is the starting time
plus the listing duration.
Also returned for Half.com, but for Half.com the actual end time is GTC
(not the end time returned in the response).
@property (nonatomic, retain) NSDate *endTimeDiscussion
Date and time when the new listing ends. This is the starting time
plus the listing duration.
Also returned for Half.com, but for Half.com the actual end time is GTC
(not the end time returned in the response).
type : NSDate, wrapper for primitive date
Declared In
Trading_ReviseItemResponseType.hfees
Child elements contain the estimated listing fees for the revised item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call’s response.
Not applicable to Half.com.
@property (nonatomic, retain) Trading_FeesType *feesDiscussion
Child elements contain the estimated listing fees for the revised item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call’s response.
Not applicable to Half.com.
type : class Trading_FeesType
Declared In
Trading_ReviseItemResponseType.hitemID
Item ID that uniquely identifies the item listing that was revised.
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.
Also applicable to Half.com.
@property (nonatomic, retain) NSString *itemIDDiscussion
Item ID that uniquely identifies the item listing that was revised.
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.
Also applicable to Half.com.
type : NSString, wrapper for primitive string
Declared In
Trading_ReviseItemResponseType.hproductSuggestions
Provides a list of products recommended by eBay which match the item information
provided by the seller.
Not applicable to Half.com.
@property (nonatomic, retain) Trading_ProductSuggestionsType *productSuggestionsDiscussion
Provides a list of products recommended by eBay which match the item information
provided by the seller.
Not applicable to Half.com.
type : class Trading_ProductSuggestionsType
Declared In
Trading_ReviseItemResponseType.hstartTime
Starting date and time for the revised listing.
Also returned for Half.com (for Half.com, the start time is
always the time the item was originally listed).
@property (nonatomic, retain) NSDate *startTimeDiscussion
Starting date and time for the revised listing.
Also returned for Half.com (for Half.com, the start time is
always the time the item was originally listed).
type : NSDate, wrapper for primitive date
Declared In
Trading_ReviseItemResponseType.hverifyOnly
Supporting VerifyOnly for ReviseItem call as part of project 24083 (API - Critical enhancements).
When the VerifyOnly boolean tag value is supplied as ‘true’, the response will include the calculated
listing price change if there is an increase in the BIN/Start price, but does not persist the values in DB.
This call is simialr to VerifyAddItem in revise mode.
@property (nonatomic, retain) NSNumber *verifyOnlyDiscussion
Supporting VerifyOnly for ReviseItem call as part of project 24083 (API - Critical enhancements).
When the VerifyOnly boolean tag value is supplied as ‘true’, the response will include the calculated
listing price change if there is an increase in the BIN/Start price, but does not persist the values in DB.
This call is simialr to VerifyAddItem in revise mode.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ReviseItemResponseType.h