Skip to content
This repository was archived by the owner on Mar 17, 2019. It is now read-only.
This repository was archived by the owner on Mar 17, 2019. It is now read-only.

showing error #3

@lavishk7

Description

@lavishk7

Hi,

In its current state, this module returns the error:

{
"type": "fatal",
"code": "amzsel-003",
"source": "sellerInfo",
"message": "Invalid body content!"
}
on all Amazon Seller IDs (or, at least, all I could test).
Examples:

amzSel.sellerInfo({sellerId: 'A3TYU8WJN37NYT', marketplace: 'US'}, function(err, data) {
... // err is set
});

amzSel.sellerInfo({sellerId: 'A1E4EGUURY23BQ', marketplace: 'US'}, function(err, data) {
... // err is set
});

amzSel.sellerInfo({sellerId: 'A1WAYWGF795YJ9', marketplace: 'US'}, function(err, data) {
... // err is set
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions