Git Product home page Git Product logo

amazon-mws-nodejs-sdk's People

Contributors

gorlux avatar kangks avatar matthewpattell avatar namanattri avatar shadim avatar te-yujianishiyama avatar thelordbaski avatar zdeno29 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amazon-mws-nodejs-sdk's Issues

finances module authentication failed

I wrote the "finances ListFinancialEventGroups" module according to your logic, but there was an error in authentication failure
` ListFinancialEventGroups: function(config, params, xml, cb) {
if (typeof xml == 'function') {
cb = xml;
xml = false;
} else if (typeof xml == 'undefined') {
console.warn("No callback provided. Throwing the request");
return;
}
//必传参数检测
if (!_.has(params, 'FinancialEventGroupStartedAfter')) {
cb({
"Error": "You need to pass parameter FinancialEventGroupStartedBefore"
}, null);
return;
}

    var parameters = {            
        //开始日期
        'FinancialEventGroupStartedAfter': params['FinancialEventGroupStartedAfter']
    };

    if (_.has(params, 'FinancialEventGroupStartedBefore')) {
        //结束日期
        parameters['FinancialEventGroupStartedBefore'] = params['FinancialEventGroupStartedBefore'];
    }

    if (_.has(params, 'MaxResultsPerPage')) {
        //每页返回的最大结果数
        parameters['MaxResultsPerPage'] = params['MaxResultsPerPage'];
    }

    mws.createRequest({
        'action': 'ListFinancialEventGroups',
        'config': config,
        'parameters': parameters,
        'type': 'Finances',
        "xml": xml
    }, function(err, data) {
        cb(err, data);
    });
}`

Reports are not working with curent AWS api

Hello Dear,

Please check your reports services which is not working and throwing error below:

Sender InvalidAddress Invalid Section name or version provided - 2009-01-01/2009-01-01 2ce68b8a-4fc6-4371-9ce4-bcff8e37ba7b

Readme examples aren't working

Two issues in the readme:

  • you need to load in the module with var mws = require("mws-nodejs").mws;, not amazon-mws-nodejs.
  • The examples (GetServiceStatus specifically) generates an XML response rather than JSON, which causes errors in parsing that data.

Always show access denied

Hello Dear,

I have install this sdk and set up accordingly. But whenever i want to access any service then response is "Access Denied".

does it still work?

Looks like it recently went out of development. Do parts of it still work?

GetLowestPricedOffersForASIN returns invalid MarketplaceID

Hi,
I am using your module to create a repricing application and m trying to get GetLowestPricedOffersForASIN using your module and it returns the following error:

InvalidParameterValue Sender Invalid MarketplaceId 2ff4898c-ba6a-4cf6-b242-0d4a22b948f0

I have cross checked all the details required while making request (including MarketplaceId), all of them are correct. If I make a request with the same details and credentials via scratchpad it is working fine. I am not able to understand why am I getting this error. Please help me out here as I am stuck on this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.