Giter VIP home page Giter VIP logo

mws-js's People

Contributors

eibbors avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mws-js's Issues

SubmitFeed

{
    "ErrorResponse": {
        "Error": [{
            "Type": ["Sender"],
            "Code": ["InvalidQueryParameter"],
            "Message": ["The query parameter _BODY_ is invalid. Please see service documentation for correct syntax."],
            "Detail": [""]
        }],
    }
}

Is this project dead?

No commits in 4 years, NodeJS has obviously changed significantly as has MWS. Is this the most up-to-date project for MWS on Node?

CSRF hax

sup dawg, I herd you like hax, so I put an CSRF in your mws.js, line 84, so you can fix while you code

MD5 encryption error

I really love this library it is amazing and has helped me basically do everything with amazon I keep getting this error

Help would be much apreciated

{
    "ErrorResponse": {
        "$": {
            "xmlns": "http://mws.amazonaws.com/doc/2009-01-01/"
        },
        "Error": [
            {
                "Type": [
                    "Sender"
                ],
                "Code": [
                    "ContentMD5DoesNotMatch"
                ],
                "Message": [
                    "the Content-MD5 HTTP header you passed for your feed did not match the Content-MD5 we calculated for your feed"
                ],
                "Detail": [
                    ""
                ]
            }
        ],
        "RequestID": [
            "f996f554-5b80-407e-a66a-1fd701baa3c3"
        ]
    }
}

Memory leak issue

var async = require("async");
ASINs = [ 'B00CHUYT0I',
    'B00J38B6XK',
    'B00CJKT3B6',
    'B005XWG3II',
    'B00IQVH7I8',
    'B0049CTYNE',
    'B0094QUGBY',
    'B00E2HOE8G',
    'B00C1PWAD2',
    'B006H9JVVM',
    'B00IUYN3CA',
    'B004ASA47C',
    'B00CIY615E',
    'B00CJMSOCS',
    'B00AA9O3LS',
    'B00A8MVQO4',
    'B002EYNC3M',
    'B00IQVERRC',
    'B00J389J34',
    'B00CHVXUW0' ]

async.whilst(
    function(){ return true; },
    function(done){ mwsProducts.myPriceForASIN({'asinList': ASINs}, done); }
)

let this run for a little while and watch your memory usage climb
I love this module and use it very often I will be looking into the issue to hopefully find it but I was wondering if you had the same issue

AmazonMWSClient not defined?

I'm using your super simple example to start, but I'm getting:

ReferenceError: AmazonMwsClient is not defined

Any tips on getting around this? I've never tried to construct a prototype defined within a module before, so I don't know how to debug this.

Order Status example

Hello,
I was wondering if you can provide an example of how to get orders and filtering by orderstatus. I see the Enum's in the code and am successfully getting orders but no matter what I do I cannot seem to get OrderStatus to work. Thanks so much!

Request Signature Not Matching

Sometime early this week anything that talks to MWS using this module began getting the dreaded error:

The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.

No code has changed, so perhaps something with signing protocol changed for Amazon MWS that is rendering the signing method antiqued?

mws.js/function AmazonMwsClient "option" parameter shadowed

i needed to rename parameter to configoptions,as "options" is another variable on the scope (shadowing this parameter)

now: function AmazonMwsClient(accessKeyId, secretAccessKey, merchantId, configoptions) { ...
works fine, an added in parameter is handled properly.

Fail to get even simple example to work

Can you please update the read me with some examples on how to create a product feed? I'm not even sure how to include the modules so that they can see each other. When I try to use new mws.feeds.requests.GetServiceStatus() I get an error that MWS_ORDERS is not defined.

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.