eBay Trading APIVersion 1349
 

VerifyAddFixedPriceItemResponseType ( AbstractResponseType )

Returns the listing recommendations (if applicable), the estimated fees for the proposed new listing (except the transaction fees, which aren't calculated until the item has sold), and other details.

Call that uses VerifyAddFixedPriceItemResponseType:

Fields



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

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

DiscountReason ( DiscountReasonCodeType ) [0..*]
The nature of the discount, if a discount would have applied had this actually been listed at this time.
See the Field Index to learn which calls use DiscountReason.

ExpressItemRequirements ( ExpressItemRequirementsType ) [0..1]
Not used by any call.

This field is deprecated.
See the Field Index to learn which calls use ExpressItemRequirements.

ExpressListing ( boolean ) [0..1]
Not used by any call.

This field is deprecated.
See the Field Index to learn which calls use ExpressListing.

Fees ( FeesType ) [0..1]
This container is an array of fees that would incur if the listing defined in request payload of the VerifyAddFixedPriceItem call was published. The fees in this container will not include any fees that are based on the purchase price (such as transaction fees) and only come into play when the listing has a sale.

All listing fee types are returned, even if those fees are not applicable for the listing and are '0.0'.

Note: The currency used for all fees returned under the Fees container reflects the currency used for the listing site, and not necessarily in the seller's default/home currency. For example, if a Canadian seller is using the VerifyAddFixedPriceItem call to verify a listing on the eBay US site, the currency type shown for each fee will be USD and not CAD.
See the Field Index to learn which calls use Fees.

ItemID ( ItemIDType (string) ) [0..1]
With a successful VerifyAddFixedPriceItem call, this field is always returned, but the returned value is always 0, since this call only validates the data passed in through the request payload and does not actually create an active 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 tem.SKU in the request. Variation SKUs are not returned (see GetItem instead).
See the Field Index to learn which calls use SKU.