Trading_VerifyAddFixedPriceItemResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject | 
| Declared in | Trading_VerifyAddFixedPriceItemResponseType.h Trading_VerifyAddFixedPriceItemResponseType.m | 
Overview
Returns the estimated fees that would be applicable for a new listing
(were the item actually listed to eBay with AddItem).
@ingroup EBayAPIInterface
Tasks
- 
	
		itemIDRepresents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not property
 actually list an item, so 0 is returned instead of a normal item ID.
- 
	
		skuItem-level SKU for the new listing, if the seller specified property
 tem.SKU in the request. Variation SKUs are not returned
- 
	
		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.
- 
	
		expressListingIndicates whether the item would be listed on eBay Express. property
 See ExpressItemRequirements for hints about why this
 value is true or false for a given item.
- 
	
		expressItemRequirementsContains details about why an item does or doesn't property
 qualify as an eBay Express listing. Only returned when
 IncludeExpressRequirements is true the request.
 
 The item requirements are assessed in this order:
 - SellerExpressEligible
 - ExpressOptOut
 - ExpressApproved
 - All other settings
- 
	
		categoryIDID of the primary category in which the item would be 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.
- 
	
		category2IDID of the secondary category in which the item would be 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.
- 
	
		discountReasonThe nature of the discount, if a discount would have applied property
 had this actually been listed at this time.
Properties
category2ID
ID of the secondary category in which the item would be 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.
@property (nonatomic, retain) NSString *category2IDDiscussion
ID of the secondary category in which the item would be 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.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddFixedPriceItemResponseType.hcategoryID
ID of the primary category in which the item would be 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.
@property (nonatomic, retain) NSString *categoryIDDiscussion
ID of the primary category in which the item would be 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.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddFixedPriceItemResponseType.hdiscountReason
The nature of the discount, if a discount would have applied
had this actually been listed at this time.
@property (nonatomic, retain) NSMutableArray *discountReasonDiscussion
The nature of the discount, if a discount would have applied
had this actually been listed at this time.
entry type : string constant in Trading_DiscountReasonCodeType.h
Declared In
Trading_VerifyAddFixedPriceItemResponseType.hexpressItemRequirements
Contains details about why an item does or doesn't
qualify as an eBay Express listing. Only returned when
IncludeExpressRequirements is true the request.
The item requirements are assessed in this order:
- SellerExpressEligible
- ExpressOptOut
- ExpressApproved
- All other settings
@property (nonatomic, retain) Trading_ExpressItemRequirementsType *expressItemRequirementsDiscussion
Contains details about why an item does or doesn't
qualify as an eBay Express listing. Only returned when
IncludeExpressRequirements is true the request.
The item requirements are assessed in this order:
- SellerExpressEligible
- ExpressOptOut
- ExpressApproved
- All other settings
type : class Trading_ExpressItemRequirementsType
Declared In
Trading_VerifyAddFixedPriceItemResponseType.hexpressListing
Indicates whether the item would be listed on eBay Express.
See ExpressItemRequirements for hints about why this
value is true or false for a given item.
@property (nonatomic, retain) NSNumber *expressListingDiscussion
Indicates whether the item would be listed on eBay Express.
See ExpressItemRequirements for hints about why this
value is true or false for a given item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_VerifyAddFixedPriceItemResponseType.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_VerifyAddFixedPriceItemResponseType.hitemID
Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
actually list an item, so 0 is returned instead of a normal item ID.
@property (nonatomic, retain) NSString *itemIDDiscussion
Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
actually list an item, so 0 is returned instead of a normal item ID.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddFixedPriceItemResponseType.hsku
Item-level SKU for the new listing, if the seller specified
tem.SKU in the request. Variation SKUs are not returned
@property (nonatomic, retain) NSString *skuDiscussion
Item-level SKU for the new listing, if the seller specified
tem.SKU in the request. Variation SKUs are not returned
Declared In
Trading_VerifyAddFixedPriceItemResponseType.h