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
/
listMatchingProducts.js
9 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
action
:
'ListMatchingProducts'
,
url
:
'Products'
,
version
:
'2011-10-01'
,
responseParser
:
function
(
response
) {
return
response.
ListMatchingProductsResponse
.
ListMatchingProductsResult
[
0
].
Products
; } };