AddFixedPriceItemResponseType
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.
Fields
Category2ID ( string )
CategoryID ( string )
DiscountReason ( DiscountReasonCodeType )
EndTime ( dateTime )
Fees ( FeesType )
ItemID ( ItemIDType (string) )
SKU ( SKUType (string) )
StartTime ( dateTime )

Category2ID ( string ) [0..1]
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.
See the Field Index to learn which calls use Category2ID.

CategoryID ( string ) [0..1]
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.
See the Field Index to learn which calls use CategoryID.

DiscountReason ( see DiscountReasonCodeType for possible values ) [0..*]
The nature of the discount, if a discount applied.
See the Field Index to learn which calls use DiscountReason.

EndTime ( dateTime ) [0..1]
Date and time when the new listing ends. This is the starting time plus the listing duration.
See the Field Index to learn which calls use EndTime.

Fees ( FeesType ) [0..1]
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.
See the Field Index to learn which calls use Fees.

ItemID ( ItemIDType (string) ) [0..1]
Unique item ID for the new fixed-price listing.
See the Field Index to learn which calls use ItemID.

SKU ( SKUType (string) ) [0..1]
Item-level SKU for the new listing, if the seller specified Item.SKU in the request. Variation SKUs are not returned (see GetItem instead).
See the Field Index to learn which calls use SKU.

StartTime ( dateTime ) [0..1]
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.
See the Field Index to learn which calls use StartTime.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.