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

Overview

Ends the eBay Motors listing specified by ItemID and creates a new Transaction
Confirmation Request (TCR) for the item, thus enabling the TCR recipient to
purchase the item. You can also use this call to see if a new TCR can be created
for the specified item.

@ingroup EBayAPIInterface

Tasks

  •   recipientUserID

    Specifies the user to whom the seller is offering the Transaction
    Confirmation Request.

    property
  •   verifyEligibilityOnly

    If true, specifies that the seller is verifying whether a new Transaction
    Confirmation Request (TCR) can be created. Thus, if this value is passed
    as true, then no Transaction Confirmation Request is actually made. If
    VerifyEligibilityOnly is not passed, or is false, a Transaction
    Confirmation Request is actually made.

    property
  •   recipientPostalCode

    Specifies the postal code of the user to whom the seller is offering the
    Transaction Confirmation Request. Required only if the user does not meet
    the other options listed in RecipientRelationCodeType. An error is
    returned if RecipientUserID and RecipientPostalCode do not match for more
    than 3 times for a seller per day.

    property
  •   recipientRelationType

    Specifies the current relationship between the seller and the potential
    buyer. A seller can make a Transaction Confirmation Request (TCR) for an
    item to a potential buyer if the buyer meets one of several criteria. A
    TCR is sent by a seller to one of the following: a bidder, a best offer
    buyer, a member with an ASQ question, or any member with a postal code.
    See the values and annotations in RecipientRelationCodeType.

    property
  •   negotiatedPrice

    The amount the offer recipient must pay to buy the item
    specified in the Transaction Confirmation Request (TCR).
    A negotiated amount between the buyer and the seller.

    property
  •   listingDuration

    Specifies the length of time the item in the Transaction Confirmation
    Request (TCR) will be available for purchase.

    property
  •   itemID

    The ItemID of the item that the seller wants to end in order to create a
    Transaction Confirmation Request (TCR).

    property
  •   comments

    Comments the seller wants to send to the recipient (bidder, best offer
    buyer, member with an ASQ question, or member with a postal code).

    property

Properties

comments

Comments the seller wants to send to the recipient (bidder, best offer
buyer, member with an ASQ question, or member with a postal code).

@property (nonatomic, retain) NSString *comments

Discussion

Comments the seller wants to send to the recipient (bidder, best offer
buyer, member with an ASQ question, or member with a postal code).

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

itemID

The ItemID of the item that the seller wants to end in order to create a
Transaction Confirmation Request (TCR).

@property (nonatomic, retain) NSString *itemID

Discussion

The ItemID of the item that the seller wants to end in order to create a
Transaction Confirmation Request (TCR).

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

listingDuration

Specifies the length of time the item in the Transaction Confirmation
Request (TCR) will be available for purchase.

@property (nonatomic, retain) NSString *listingDuration

Discussion

Specifies the length of time the item in the Transaction Confirmation
Request (TCR) will be available for purchase.

type: string constant in Trading_SecondChanceOfferDurationCodeType.h

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

negotiatedPrice

The amount the offer recipient must pay to buy the item
specified in the Transaction Confirmation Request (TCR).
A negotiated amount between the buyer and the seller.

@property (nonatomic, retain) Trading_AmountType *negotiatedPrice

Discussion

The amount the offer recipient must pay to buy the item
specified in the Transaction Confirmation Request (TCR).
A negotiated amount between the buyer and the seller.

type : class Trading_AmountType

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

recipientPostalCode

Specifies the postal code of the user to whom the seller is offering the
Transaction Confirmation Request. Required only if the user does not meet
the other options listed in RecipientRelationCodeType. An error is
returned if RecipientUserID and RecipientPostalCode do not match for more
than 3 times for a seller per day.

@property (nonatomic, retain) NSString *recipientPostalCode

Discussion

Specifies the postal code of the user to whom the seller is offering the
Transaction Confirmation Request. Required only if the user does not meet
the other options listed in RecipientRelationCodeType. An error is
returned if RecipientUserID and RecipientPostalCode do not match for more
than 3 times for a seller per day.

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

recipientRelationType

Specifies the current relationship between the seller and the potential
buyer. A seller can make a Transaction Confirmation Request (TCR) for an
item to a potential buyer if the buyer meets one of several criteria. A
TCR is sent by a seller to one of the following: a bidder, a best offer
buyer, a member with an ASQ question, or any member with a postal code.
See the values and annotations in RecipientRelationCodeType.

@property (nonatomic, retain) NSString *recipientRelationType

Discussion

Specifies the current relationship between the seller and the potential
buyer. A seller can make a Transaction Confirmation Request (TCR) for an
item to a potential buyer if the buyer meets one of several criteria. A
TCR is sent by a seller to one of the following: a bidder, a best offer
buyer, a member with an ASQ question, or any member with a postal code.
See the values and annotations in RecipientRelationCodeType.

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

recipientUserID

Specifies the user to whom the seller is offering the Transaction
Confirmation Request.

@property (nonatomic, retain) NSString *recipientUserID

Discussion

Specifies the user to whom the seller is offering the Transaction
Confirmation Request.

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h

verifyEligibilityOnly

If true, specifies that the seller is verifying whether a new Transaction
Confirmation Request (TCR) can be created. Thus, if this value is passed
as true, then no Transaction Confirmation Request is actually made. If
VerifyEligibilityOnly is not passed, or is false, a Transaction
Confirmation Request is actually made.

@property (nonatomic, retain) NSString *verifyEligibilityOnly

Discussion

If true, specifies that the seller is verifying whether a new Transaction
Confirmation Request (TCR) can be created. Thus, if this value is passed
as true, then no Transaction Confirmation Request is actually made. If
VerifyEligibilityOnly is not passed, or is false, a Transaction
Confirmation Request is actually made.

type : NSString, wrapper for primitive string

Declared In

Trading_AddTransactionConfirmationItemRequestType.h