Trading_RelistFixedPriceItemResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_RelistFixedPriceItemResponseType.h Trading_RelistFixedPriceItemResponseType.m |
Overview
Returns the item ID and the estimated fees for the re-listed item.
@ingroup EBayAPIInterface
Tasks
-
itemIDUnique item ID for the relisted item.
property -
skuItem-level SKU for the new listing, if the seller specified
property
Item.SKU in the listing. Variation SKUs are not returned -
feesChild elements contain the estimated listing fees for the relisted item.
property
The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. -
startTimeDate and time the relisting became active on the eBay site.
property -
endTimeDate and time when the relisted item ends. This is the starting time plus
property
the listing duration. -
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. -
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. -
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.
@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.
type : NSString, wrapper for primitive string
Declared In
Trading_RelistFixedPriceItemResponseType.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.
@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.
type : NSString, wrapper for primitive string
Declared In
Trading_RelistFixedPriceItemResponseType.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_RelistFixedPriceItemResponseType.hendTime
Date and time when the relisted item ends. This is the starting time plus
the listing duration.
@property (nonatomic, retain) NSDate *endTimeDiscussion
Date and time when the relisted item ends. This is the starting time plus
the listing duration.
type : NSDate, wrapper for primitive date
Declared In
Trading_RelistFixedPriceItemResponseType.hfees
Child elements contain the estimated listing fees for the relisted item.
The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold.
@property (nonatomic, retain) Trading_FeesType *feesDiscussion
Child elements contain the estimated listing fees for the relisted item.
The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold.
type : class Trading_FeesType
Declared In
Trading_RelistFixedPriceItemResponseType.hitemID
Unique item ID for the relisted item.
@property (nonatomic, retain) NSString *itemIDDiscussion
Unique item ID for the relisted item.
type : NSString, wrapper for primitive string
Declared In
Trading_RelistFixedPriceItemResponseType.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_RelistFixedPriceItemResponseType.hsku
Item-level SKU for the new listing, if the seller specified
Item.SKU in the listing. Variation SKUs are not returned
@property (nonatomic, retain) NSString *skuDiscussion
Item-level SKU for the new listing, if the seller specified
Item.SKU in the listing. Variation SKUs are not returned
Declared In
Trading_RelistFixedPriceItemResponseType.h