-
We should read, and extract it from the `package.json` file.
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/9484296ef72fa86af504d34d0c1f529587a96092/src/http.ts#L389
Be careful though, and…
-
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/9484296ef72fa86af504d34d0c1f529587a96092/src/error.ts#L22-L67
I think it would be better to standardize the error class names to something like:…
-
**What Renovate type are you using?**
Hosted
**Describe the bug**
Renovated opened a master issue in a repo, but the deps it lists are inconsistent with the deps the repo actually uses.
**…
-
The following code is repeated in every integration test:
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/a4d27a3e44e01a9dd05571ec04d4bb03265592eb/test/integration/orders.test.ts#L7-L15
We …
-
We don't seem to be actually using it, I think.
If not, let's get rid of it then.
Thanks.
-
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/e1fd605b8ebd6d647ff32f61bf4c0e67aafdf62e/src/sections/orders.ts#L341-L353
`ListOrdersByNextToken` is attaching too many parameters but MWS docs …
-
I think it'd be useful to expose the method parameter types, so that parameters can be build outside of the method call and be typed.
E.g. I am creating a subscription and then subscribing to it. T…
-
#### Typebox and response validation
Looking at [Building robust Amazon MWS applications](http://docs.developer.amazonservices.com/en_IN/dev_guide/DG_BuildingRobustApps.html) it might not be the be…
-
Is there any plan to add IPN Handling to this package? I'd rather not try and implement it myself if there is already a plan in the works.
Thanks
-
Specifically for this line, it needs a reference to itself.
https://github.com/ScaleLeap/amazon-mws-api-sdk/blob/ee978e0955a6b127d02e836d96b9a8f9a9f1c2dd/src/sections/products.ts#L142-L143
I've …