UNPKG

amzn-mws

Version:
9 lines (8 loc) 225 B
module.exports = { action: 'ListMatchingProducts', url: 'Products', version: '2011-10-01', responseParser: function(response) { return response.ListMatchingProductsResponse.ListMatchingProductsResult[0].Products; } };