Class AbstractRequestType
class AbstractRequestType
Base type definition of the request payload, which can carry any type of payload content plus optional versioning information and detail level requirements. All concrete request types are derived from the abstract request type. The naming convention we use for the concrete type names is the name of the service (the verb or call name) followed by "RequestType": VerbNameRequestType
Defined in com/ebay/shoppingservice/AbstractRequestType.js
If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response.
If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response. If you're making a lot of calls, you can use this for tracking that a response is returned for every request and to match particular responses to particular requests. (In this case, specify a different value for each request.) You can specify any value that is useful to you.
AbstractRequestType(Object props)
Parameters: