-
I'm developing an app interacting with Amazon Japan site.(Using lib mws 0.8.7)
Through the logs for import order data I found that the data type returned by this API is DictWrapper, but some of th…
-
When I try to run this code (in this issue i didnt include merchant id, access key and secret access key but they were provided in the original request):
```
client = MWS.orders(marketplace: "US",
…
-
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 …
-
Hello,
peddler 2.4.1
Rails: 6.0.3.1
Ruby: 2.7.1
I'm just trying to replicate in irb a test that is working in Amazon Scratchpad:
I define my client (the error remains the same either using…
-
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 …
-
Great library! ... the door to Amazon MWS is creaking open!
This works for me, supplying the 'created_after' parameter:
orders = orders_api.list_orders(marketplaceids=[marketplace_usa], created_afte…
-
Hi,
I can get Amazon Feed Status but
I want to get orders list from Amazon but i am getting an error.
My post query:
```
SellerId=A1**&
MarketplaceId=A2**&
AWSAccessKeyId=AK***&
MWSAuthTo…
-
**Describe the bug**
When I do order with webservice, quantities of products are not updated
**Additionnal information**
PrestaShop version: 1.7.5.1
PHP version: 7.2
I think it was ok o…
-
#### 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…
-
This mws package shall help a lot of Python programmers a lot.
So, please beautify the parsed dict object :)
- What are so many `'value': '\n '` for?
- ` 'NumberOfItemsShipped': 0,` is m…