Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_VerifyAddItemRequestType.h
Trading_VerifyAddItemRequestType.m

Overview

Enables a seller to specify the definition of a new item and submit the definition to eBay without creating a listing. Also for Half.com.



Sellers who engage in cross-border trade on sites that require a recoupment agreement, must agree to the
recoupment terms before adding or verifying items. This agreement allows eBay to reimburse
a buyer during a dispute and then recoup the cost from the seller. The US site is a recoupment site, and
the agreement is located here.
The list of the sites where a user has agreed to the recoupment terms is returned by the GetUser response.

@ingroup EBayAPIInterface

Tasks

  •   item

    Root container holding all values that define a new
    listing.

    property
  •   includeExpressRequirements

    Indicates if the response should include detailed data relating to
    whether an item would qualify as an Express listing. For
    information about the Express-related data that can be returned
    when IncludeExpressRequirements is set to true,
    see the response of VerifyAddItem and see the
    eBay Web Services Guide.

    property
  •   externalProductID

    Deprecated. This field will be removed from the schema
    in a future release. Recommended usage as of release 439 varies for
    eBay.com listings and Half.com listings.



    For eBay.com listings:
    As of release 439, this field can still be passed in, but we recommend
    that you update your applications to use the ExternalProductID field
    defined on the item instead (i.e., Item.ExternalProductID). If you
    specify both Item.ExternalProductID and this field in the same request,
    eBay uses the value in Item.ExternalProductID and ignores the value in
    this field. See Item.ExternalProductID for information on using an
    external ID for eBay.com listings.



    For Half.com listings:
    As of release 439, this field is required for Half.com listings.
    Causes Half.com to list the item with Pre-filled Item Information based on
    an ISBN value or other supported external ID, plus other meta-data that
    you specify. See the eBay Web Services guide for information about
    listing to Half.com.

    property

Properties

externalProductID

Deprecated. This field will be removed from the schema
in a future release. Recommended usage as of release 439 varies for
eBay.com listings and Half.com listings.



For eBay.com listings:
As of release 439, this field can still be passed in, but we recommend
that you update your applications to use the ExternalProductID field
defined on the item instead (i.e., Item.ExternalProductID). If you
specify both Item.ExternalProductID and this field in the same request,
eBay uses the value in Item.ExternalProductID and ignores the value in
this field. See Item.ExternalProductID for information on using an
external ID for eBay.com listings.



For Half.com listings:
As of release 439, this field is required for Half.com listings.
Causes Half.com to list the item with Pre-filled Item Information based on
an ISBN value or other supported external ID, plus other meta-data that
you specify. See the eBay Web Services guide for information about
listing to Half.com.

@property (nonatomic, retain) Trading_ExternalProductIDType *externalProductID

Discussion

Deprecated. This field will be removed from the schema
in a future release. Recommended usage as of release 439 varies for
eBay.com listings and Half.com listings.



For eBay.com listings:
As of release 439, this field can still be passed in, but we recommend
that you update your applications to use the ExternalProductID field
defined on the item instead (i.e., Item.ExternalProductID). If you
specify both Item.ExternalProductID and this field in the same request,
eBay uses the value in Item.ExternalProductID and ignores the value in
this field. See Item.ExternalProductID for information on using an
external ID for eBay.com listings.



For Half.com listings:
As of release 439, this field is required for Half.com listings.
Causes Half.com to list the item with Pre-filled Item Information based on
an ISBN value or other supported external ID, plus other meta-data that
you specify. See the eBay Web Services guide for information about
listing to Half.com.

type : class Trading_ExternalProductIDType

Declared In

Trading_VerifyAddItemRequestType.h

includeExpressRequirements

Indicates if the response should include detailed data relating to
whether an item would qualify as an Express listing. For
information about the Express-related data that can be returned
when IncludeExpressRequirements is set to true,
see the response of VerifyAddItem and see the
eBay Web Services Guide.

@property (nonatomic, retain) NSNumber *includeExpressRequirements

Discussion

Indicates if the response should include detailed data relating to
whether an item would qualify as an Express listing. For
information about the Express-related data that can be returned
when IncludeExpressRequirements is set to true,
see the response of VerifyAddItem and see the
eBay Web Services Guide.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_VerifyAddItemRequestType.h

item

Root container holding all values that define a new
listing.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

Root container holding all values that define a new
listing.

type : class Trading_ItemType

Declared In

Trading_VerifyAddItemRequestType.h