\RequestType

There are three types of requests to MWS to configure: 1. Requests containing feed data. SubmitFeed is the only example of this request type.

  1. Requests expecting report data. GetFeedSubmissionResult and GetReport are the only functions matching the request type.
    1. 'Regular' POST requests. This represents the multitude of MWS requests.

Summary

Methods
Properties
Constants
getRequestType()
No public properties found
POST_UPLOAD
POST_DOWNLOAD
POST_DEFAULT
UNKNOWN
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

POST_UPLOAD

POST_UPLOAD

POST_DOWNLOAD

POST_DOWNLOAD

POST_DEFAULT

POST_DEFAULT

UNKNOWN

UNKNOWN

Methods

getRequestType()

getRequestType(  $action) 

Parameters

$action