The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::ReviseMyMessages

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::ReviseMyMessages inherits from the eBay::API::XML::BaseCall class

Subroutines:

setAlertIDs()

Contains a list of up to 10 AlertID values. <br /><br /> Either AlertIDs, MessageIDs, or both must be included in the request. Alerts cannot be flagged. Alerts cannot be moved into a new folder until they have been resolved. <br /><br /> Resolve alerts by marking Read (if no action is required), or by using ActionURL (if action is required).

  RequiredInput: Conditionally
#    Argument: 'ns:MyMessagesAlertIDArrayType'

setFlagged()

Changes the flagged states of all messages specified in a request by their MessageID values. At least one of Read, Flagged, or FolderID must be specified in the request. Messages in the Sent box cannot be moved, marked as Read, or Flagged. Alerts cannot be flagged.

  RequiredInput: Conditionally
#    Argument: 'xs:boolean'

setFolderID()

An ID that uniquely identifies the My Messages folder to move alerts and messages into. At least one of Read, Flagged, or FolderID must be specified in the request. <br /><br /> Alerts cannot be moved until they are resolved. Messages in the Sent box cannot be moved, marked as Read, or Flagged.

  RequiredInput: Conditionally
#    Argument: 'xs:long'

setMessageIDs()

Contains a list of up to 10 MessageID values. <br /><br /> Either AlertIDs, MessageIDs, or both must be included in the request. Messages in the Sent box cannot be moved, marked as Read, or Flagged.

  RequiredInput: Conditionally
#    Argument: 'ns:MyMessagesMessageIDArrayType'

setRead()

Changes the read states of all alerts and messages specified in a request by their AlertID or MessageID values. At least one of Read, Flagged, or FolderID must be specified in the request. Messages in the Sent box cannot be moved, marked as Read, or Flagged. <br /><br /> Note that alerts and messages retrieved with the API are not automatically marked Read, and must be marked Read with this call.

  RequiredInput: Conditionally
#    Argument: 'xs:boolean'