Trading_RespondToFeedbackRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_RespondToFeedbackRequestType.h Trading_RespondToFeedbackRequestType.m |
Overview
Used to reply to feedback that has been left for a user, or to post a
follow-up comment to a feedback comment the user has left for someone else.
@ingroup EBayAPIInterface
Tasks
-
feedbackID
A unique identifier for a Feedback record. Buying and selling partners
property
leave feedback for one another after the completion of an order.
Feedback is left at the order line item (transaction) level, so a
Feedback comment for each line item in a Combined Payment order is
expected from the buyer and seller. A unique FeedbackID is created
whenever a buyer leaves feedback for a seller, and vice versa. A
FeedbackID is created by eBay when feedback is left through the eBay
site, or through the LeaveFeedback call. FeedbackIDs can be retrieved
with the GetFeedback call. In the RespondToFeedback call, FeedbackID can
be used as an input filter to respond to a specific Feedback comment.
Since Feedback is always linked to a unique order line item, an
ItemID/TransactionID pair or an OrderLineItemID can also be used to
respond to a Feedback comment. -
itemID
Unique identifier for an eBay item listing. A listing can have multiple
property
order line items (transactions), but only one ItemID. An ItemID can be
paired up with a corresponding TransactionID and used as an input filter
to respond to a Feedback comment in the RespondToFeedback call. Unless
the specific Feedback record is identified by a FeedbackID or an
OrderLineItemID in the request, an ItemID/TransactionID pair is
required. -
transactionID
Unique identifier for an eBay order line item (transaction). A
property
TransactionID can be paired up with its corresponding ItemID and used as
an input filter to respond to a Feedback comment in the
RespondToFeedback call. Unless the specific Feedback record is
identified by a FeedbackID or an OrderLineItemID in the request, an
ItemID/TransactionID pair is required. -
targetUserID
The eBay user ID of the caller’s order partner. The caller is either
property
replyting to or following up on this user’s Feedback comment. -
responseType
Specifies whether the response is a reply or a follow-up to a Feedback
property
comment left by the user identified in the TargetUserID field. -
responseText
Textual comment that the user who is subject of feedback may leave in
property
response or rebuttal to the Feedback comment. Alternatively, when the
ResponseType is FollowUp, this value contains the text of the follow-up
comment. -
orderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and
property
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. Since Feedback is always linked to a
unique order line item, an OrderLineItemID can be used to respond
to a Feedback comment.
Unless an ItemID/TransactionID pair or a FeedbackID is used to identify
a Feedback record, the OrderLineItemID must be specified.
Properties
feedbackID
A unique identifier for a Feedback record. Buying and selling partners
leave feedback for one another after the completion of an order.
Feedback is left at the order line item (transaction) level, so a
Feedback comment for each line item in a Combined Payment order is
expected from the buyer and seller. A unique FeedbackID is created
whenever a buyer leaves feedback for a seller, and vice versa. A
FeedbackID is created by eBay when feedback is left through the eBay
site, or through the LeaveFeedback call. FeedbackIDs can be retrieved
with the GetFeedback call. In the RespondToFeedback call, FeedbackID can
be used as an input filter to respond to a specific Feedback comment.
Since Feedback is always linked to a unique order line item, an
ItemID/TransactionID pair or an OrderLineItemID can also be used to
respond to a Feedback comment.
@property (nonatomic, retain) NSString *feedbackID
Discussion
A unique identifier for a Feedback record. Buying and selling partners
leave feedback for one another after the completion of an order.
Feedback is left at the order line item (transaction) level, so a
Feedback comment for each line item in a Combined Payment order is
expected from the buyer and seller. A unique FeedbackID is created
whenever a buyer leaves feedback for a seller, and vice versa. A
FeedbackID is created by eBay when feedback is left through the eBay
site, or through the LeaveFeedback call. FeedbackIDs can be retrieved
with the GetFeedback call. In the RespondToFeedback call, FeedbackID can
be used as an input filter to respond to a specific Feedback comment.
Since Feedback is always linked to a unique order line item, an
ItemID/TransactionID pair or an OrderLineItemID can also be used to
respond to a Feedback comment.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h
itemID
Unique identifier for an eBay item listing. A listing can have multiple
order line items (transactions), but only one ItemID. An ItemID can be
paired up with a corresponding TransactionID and used as an input filter
to respond to a Feedback comment in the RespondToFeedback call. Unless
the specific Feedback record is identified by a FeedbackID or an
OrderLineItemID in the request, an ItemID/TransactionID pair is
required.
@property (nonatomic, retain) NSString *itemID
Discussion
Unique identifier for an eBay item listing. A listing can have multiple
order line items (transactions), but only one ItemID. An ItemID can be
paired up with a corresponding TransactionID and used as an input filter
to respond to a Feedback comment in the RespondToFeedback call. Unless
the specific Feedback record is identified by a FeedbackID or an
OrderLineItemID in the request, an ItemID/TransactionID pair is
required.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h
orderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. Since Feedback is always linked to a
unique order line item, an OrderLineItemID can be used to respond
to a Feedback comment.
Unless an ItemID/TransactionID pair or a FeedbackID is used to identify
a Feedback record, the OrderLineItemID must be specified.
@property (nonatomic, retain) NSString *orderLineItemID
Discussion
OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. Since Feedback is always linked to a
unique order line item, an OrderLineItemID can be used to respond
to a Feedback comment.
Unless an ItemID/TransactionID pair or a FeedbackID is used to identify
a Feedback record, the OrderLineItemID must be specified.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h
responseText
Textual comment that the user who is subject of feedback may leave in
response or rebuttal to the Feedback comment. Alternatively, when the
ResponseType is FollowUp, this value contains the text of the follow-up
comment.
@property (nonatomic, retain) NSString *responseText
Discussion
Textual comment that the user who is subject of feedback may leave in
response or rebuttal to the Feedback comment. Alternatively, when the
ResponseType is FollowUp, this value contains the text of the follow-up
comment.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h
responseType
Specifies whether the response is a reply or a follow-up to a Feedback
comment left by the user identified in the TargetUserID field.
@property (nonatomic, retain) NSString *responseType
Discussion
Specifies whether the response is a reply or a follow-up to a Feedback
comment left by the user identified in the TargetUserID field.
type: string constant in Trading_FeedbackResponseCodeType.h
Declared In
Trading_RespondToFeedbackRequestType.h
targetUserID
The eBay user ID of the caller’s order partner. The caller is either
replyting to or following up on this user’s Feedback comment.
@property (nonatomic, retain) NSString *targetUserID
Discussion
The eBay user ID of the caller’s order partner. The caller is either
replyting to or following up on this user’s Feedback comment.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h
transactionID
Unique identifier for an eBay order line item (transaction). A
TransactionID can be paired up with its corresponding ItemID and used as
an input filter to respond to a Feedback comment in the
RespondToFeedback call. Unless the specific Feedback record is
identified by a FeedbackID or an OrderLineItemID in the request, an
ItemID/TransactionID pair is required.
@property (nonatomic, retain) NSString *transactionID
Discussion
Unique identifier for an eBay order line item (transaction). A
TransactionID can be paired up with its corresponding ItemID and used as
an input filter to respond to a Feedback comment in the
RespondToFeedback call. Unless the specific Feedback record is
identified by a FeedbackID or an OrderLineItemID in the request, an
ItemID/TransactionID pair is required.
type : NSString, wrapper for primitive string
Declared In
Trading_RespondToFeedbackRequestType.h