Trading_AddFixedPriceItemResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_AddFixedPriceItemResponseType.h Trading_AddFixedPriceItemResponseType.m |
Overview
Returns the item ID, SKU (if any), and the estimated fees for the
new listing (except the Final Value Fee, which isn’t calculated until
the item has sold), the start and end times of the listing,
and other details.
@ingroup EBayAPIInterface
Tasks
-
itemID
Unique identifier for the new fixed price listing.
property -
sku
Item-level SKU for the new listing, if the seller specified
property
Item.SKU in the request. Variation-level SKUs are not returned -
startTime
Starting date and time for the new listing. This value is based
property
on the time the listing was received and processed, or the
time the item will be listed if the seller specified
Item.ScheduleTime in the request. -
endTime
Date and time when the new listing ends. This is the starting time
property
plus the listing duration. -
fees
Child 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. -
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 you passed in PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or if it has expired with no replacement,
CategoryID does not return a value. -
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 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. -
discountReason
The nature of the discount, if a discount is applied.
property -
productSuggestions
Provides 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 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 *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 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_AddFixedPriceItemResponseType.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 you passed in PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or if it has expired with no replacement,
CategoryID does not return a value.
@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 you passed in PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or if it has expired with no replacement,
CategoryID does not return a value.
type : NSString, wrapper for primitive string
Declared In
Trading_AddFixedPriceItemResponseType.h
discountReason
The nature of the discount, if a discount is applied.
@property (nonatomic, retain) NSMutableArray *discountReason
Discussion
The nature of the discount, if a discount is applied.
entry type : string constant in Trading_DiscountReasonCodeType.h
Declared In
Trading_AddFixedPriceItemResponseType.h
endTime
Date and time when the new listing ends. This is the starting time
plus the listing duration.
@property (nonatomic, retain) NSDate *endTime
Discussion
Date and time when the new listing ends. This is the starting time
plus the listing duration.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddFixedPriceItemResponseType.h
fees
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 *fees
Discussion
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_AddFixedPriceItemResponseType.h
itemID
Unique identifier for the new fixed price listing.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique identifier for the new fixed price listing.
type : NSString, wrapper for primitive string
Declared In
Trading_AddFixedPriceItemResponseType.h
productSuggestions
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 *productSuggestions
Discussion
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_AddFixedPriceItemResponseType.h
sku
Item-level SKU for the new listing, if the seller specified
Item.SKU in the request. Variation-level SKUs are not returned
@property (nonatomic, retain) NSString *sku
Discussion
Item-level SKU for the new listing, if the seller specified
Item.SKU in the request. Variation-level SKUs are not returned
Declared In
Trading_AddFixedPriceItemResponseType.h
startTime
Starting date and time for the new listing. This value is based
on the time the listing was received and processed, or the
time the item will be listed if the seller specified
Item.ScheduleTime in the request.
@property (nonatomic, retain) NSDate *startTime
Discussion
Starting date and time for the new listing. This value is based
on the time the listing was received and processed, or the
time the item will be listed if the seller specified
Item.ScheduleTime in the request.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddFixedPriceItemResponseType.h