UNPKG
amzn-mws
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.0.1
amazon MWS api client
github.com/aisaacs/amzn-mws
aisaacs/amzn-mws
amzn-mws
/
lib
/
api
/
getReport.js
9 lines
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
action
:
'GetReport'
,
//The MWS action
url
:
'Reports'
,
//The MWS endpoint
version
:
'2009-01-01'
,
//MWS Version
raw
:
true
,
responseParser
:
function
(
response
) {
//A function returning the significant portion of the parsed response.
return
response; } };