Trading_AddItemFromSellingManagerTemplateResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject | 
| Declared in | Trading_AddItemFromSellingManagerTemplateResponseType.h Trading_AddItemFromSellingManagerTemplateResponseType.m | 
Tasks
- 
	
		itemIDThe unique identifier for the listing that was created by the property
 AddItemFromSellingManagerTemplate request.
- 
	
		startTimeStart time for the listing that was created by the property
 AddItemFromSellingManagerTemplate request.
- 
	
		endTimeEnd time for the listing that was created by the property
 AddItemFromSellingManagerTemplate request.
 This value is equal to the start time plus the listing duration.
- 
	
		feesChild elements contain the estimated listing fees for the new item listing. property
 The fees do not include the Final Value Fee (FVF), which cannot be determined
 until an item is sold.
- 
	
		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 you passed in 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 you passed in 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.
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 you passed in 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 you passed in 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_AddItemFromSellingManagerTemplateResponseType.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 you passed in 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 you passed in 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_AddItemFromSellingManagerTemplateResponseType.hendTime
End time for the listing that was created by the
AddItemFromSellingManagerTemplate request.
This value is equal to the start time plus the listing duration.
@property (nonatomic, retain) NSDate *endTimeDiscussion
End time for the listing that was created by the
AddItemFromSellingManagerTemplate request.
This value is equal to the start time plus the listing duration.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddItemFromSellingManagerTemplateResponseType.hfees
Child elements contain the estimated listing fees for the new item listing.
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 new item listing.
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_AddItemFromSellingManagerTemplateResponseType.hitemID
The unique identifier for the listing that was created by the
AddItemFromSellingManagerTemplate request.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique identifier for the listing that was created by the
AddItemFromSellingManagerTemplate request.
type : NSString, wrapper for primitive string
Declared In
Trading_AddItemFromSellingManagerTemplateResponseType.hstartTime
Start time for the listing that was created by the
AddItemFromSellingManagerTemplate request.
@property (nonatomic, retain) NSDate *startTimeDiscussion
Start time for the listing that was created by the
AddItemFromSellingManagerTemplate request.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddItemFromSellingManagerTemplateResponseType.h