Trading_ReviseSellingManagerTemplateResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_ReviseSellingManagerTemplateResponseType.h Trading_ReviseSellingManagerTemplateResponseType.m |
Overview
Returns the template ID and the estimated fees for the revised listing.
@ingroup EBayAPIInterface
Tasks
-
saleTemplateID
This sale template ID uniquely identifies the template that was revised
property
in the request. This sale template ID should match the
template ID specified in the request.
specified for the call. -
fees
Child 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. -
categoryID
ID 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. -
category2ID
ID 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. -
verifyOnly
Instead of revising, only verifies the template.
property -
saleTemplateName
The name of the sale template.
property -
sellingManagerProductDetails
The details of the product that this template belongs to.
property
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 *category2ID
Discussion
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_ReviseSellingManagerTemplateResponseType.h
categoryID
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 *categoryID
Discussion
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_ReviseSellingManagerTemplateResponseType.h
fees
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 *fees
Discussion
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_ReviseSellingManagerTemplateResponseType.h
saleTemplateID
This sale template ID uniquely identifies the template that was revised
in the request. This sale template ID should match the
template ID specified in the request.
specified for the call.
@property (nonatomic, retain) NSNumber *saleTemplateID
Discussion
This sale template ID uniquely identifies the template that was revised
in the request. This sale template ID should match the
template ID specified in the request.
specified for the call.
type : NSNumber, wrapper for primitive long
Declared In
Trading_ReviseSellingManagerTemplateResponseType.h
saleTemplateName
The name of the sale template.
@property (nonatomic, retain) NSString *saleTemplateName
Discussion
The name of the sale template.
type : NSString, wrapper for primitive string
Declared In
Trading_ReviseSellingManagerTemplateResponseType.h
sellingManagerProductDetails
The details of the product that this template belongs to.
@property (nonatomic, retain) Trading_SellingManagerProductDetailsType *sellingManagerProductDetails
Discussion
The details of the product that this template belongs to.
type : class Trading_SellingManagerProductDetailsType
Declared In
Trading_ReviseSellingManagerTemplateResponseType.h