-
Sometimes, getMatchingProductForId returns itemDimensions in extremely long floats-as-strings.
~~It's unclear if this is coming from Amazon directly, or if it's something that is occurring as the d…
-
Im sending about 20 concurrent requests using Promise.all. The code looks like this:
`let amazonMws = require('amazon-mws')(KEY, SECRET)`
`let promises = [];`
` for (...) {`
` promise.push(ama…
-
Hi there,
First I appreciate your contribution and how easy this library is to use.
I want to point out at two issues with the following functions inside `FulfillmentInboundShipment` class:
-…
-
Hello,
I'm trying to send box information to amazon and I'm receiving an error "414 Request-URI Too Large", It does not happen to all my requests, just for some.
I did some digging and figured it ha…
-
Hey Eric,
How are things going? Any idea when this would be functional in terms of logging in / authentication?
I can then send the API calls manually for the time being.
-
I'm trying to migrate my users from MWS to SP-API using `GET /authorization/v1/authorizationCode`
I'm getting the following error:
```js
{
errors: [
{
code: 'InvalidInput',
…
-
https://github.com/amzn/selling-partner-api-docs/blob/main/references/fulfillment-inbound-api/fulfillmentInboundV0.md#getshipmentsresult
This seems to be a bug in the server API, but maybe it is in…
-
Today I got an error in GetOrders API with restricted data token.
It says "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit".
Th…
-
We need the documentation for UPLOAD_VAT_INVOICE because we need to automatically upload invoices via the Feed API.
There is no clear statement if we can upload multiple invoices and credit notes on …
-
Hi,
I would like to retrieve the GET_VAT_TRANSACTION_DATA report. But for this a RDT token is needed.
What do I need to set on the developer profile to retrieve this report?
Or is there another …