eBay Trading APIVersion 1349
 

AddMemberMessagesAAQToBidderResponseContainerType

This type is used by the AddMemberMessagesAAQToBidderResponseContainer container. A AddMemberMessagesAAQToBidderResponseContainer container is returned for each message that was sent from the seller to the bidders/potential buyers through a separate AddMemberMessagesAAQToBidderRequestContainer. The Ack value in each AddMemberMessagesAAQToBidderResponseContainer container indicates whether or not each message sent through the call was successful or not, and an AddMemberMessagesAAQToBidderResponseContainer is matched up to the corresponding AddMemberMessagesAAQToBidderRequestContainer through the CorrelationID value.

Type that uses AddMemberMessagesAAQToBidderResponseContainerType:

Call that uses AddMemberMessagesAAQToBidderResponseContainerType:

Fields

This enumerated value indicates whether or not the corresponding message was successfully sent to the bidder(s)/potential buyer(s). If the value returned in this field is not Success, the message may have to be resent with another AddMemberMessagesAAQToBidder call.
See the Field Index to learn which calls use Ack.

CorrelationID ( string ) [0..1]
This is a unique identifier for a message that was sent through the AddMemberMessagesAAQToBidder call. The seller must provide a CorrelationID value for each message that is sent through an AddMemberMessagesAAQToBidderRequestContainer container in the request. The CorrelationID value returned under each AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each member message container in the request with its corresponding member message container in the response.
See the Field Index to learn which calls use CorrelationID.