GetMemberMessagesRequestType

Retrieves a list of the messages buyers have posted about your active item listings.

Fields

DisplayToPublic ( boolean )
EndCreationTime ( dateTime )
ItemID ( ItemIDType (string) )
MailMessageType ( MessageTypeCodeType )
MemberMessageID ( string )
MessageStatus ( MessageStatusTypeCodeType )
Pagination ( PaginationType )
SenderID ( UserIDType (string) )
StartCreationTime ( dateTime )

DisplayToPublic ( boolean ) [0..1]
If included in the request and set to True, only public messages (viewable in the Item listing) are returned. If omitted or set to False in the request, all messages (that match other filters in the request) are returned in the response.
See the Field Index to learn which calls use DisplayToPublic.

EndCreationTime ( dateTime ) [0..1]
Used as end of date range filter. If specified, filters the returned messages to only those with a creation date less than or equal to the specified date and time.

For CEM messages, StartCreationTime and EndCreationTime must be provided.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included.
See the Field Index to learn which calls use EndCreationTime.

ItemID ( ItemIDType (string) ) [0..1]
The ID of the item the message is about.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included. ItemID is otherwise ignored.
See the Field Index to learn which calls use ItemID.

MailMessageType ( see MessageTypeCodeType for possible values ) [1]
The type of message. Note that GetMemberMessages does not return messages when this field is set to AskSellerQuestion.
See the Field Index to learn which calls use MailMessageType.

MemberMessageID ( string ) [0..1]
An ID that uniquely identifies the message for a given user to be retrieved. Used for the AskSellerQuestion notification only.
See the Field Index to learn which calls use MemberMessageID.

MessageStatus ( see MessageStatusTypeCodeType for possible values ) [0..1]
The status of the message.
See the Field Index to learn which calls use MessageStatus.

Pagination ( PaginationType ) [0..1]
Standard pagination argument used to reduce response.
See the Field Index to learn which calls use Pagination.

SenderID ( UserIDType (string) ) [0..1]
An eBay ID that uniquely identifies a user. For GetMemberMessages, this is the sender of the message. If included in the request, returns only messages from the specified sender.
See the Field Index to learn which calls use SenderID.

StartCreationTime ( dateTime ) [0..1]
Used as beginning of date range filter. If specified, filters the returned messages to only those with a creation date greater than or equal to the specified date and time.

For CEM messages, StartCreationTime and EndCreationTime must be provided.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included.
See the Field Index to learn which calls use StartCreationTime.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.