-
- [x] Amazon MWS Settings page
- [x] Pull Amazon market place products into ERPNext using Amazon API report
- [x] Pull Amazon sales order products into ERPNext using Amazon API
- [x] Provide option…
-
Create a product feed feedType "POST_PRODUCT_DATA"
create feed document id
upload feed
create feed -> get feed id
getFeed using feed id
if processingStatus is DONE then get Feed Document
then do…
-
When making requests to the CatalogItem-API, the attribute "productGroup" is currently only available under vendorDetails. So if you don't have the permission to request vendorDetails, it is not possi…
-
`nose` is no longer maintained sand it should not t be used with python 3.x
https://nose.readthedocs.io/en/latest/
On migrate to pytest can be used `nose2pytest` https://github.com/schollii/nose2pyt…
-
All I want to do is use the Amazon SP-API Listings API's [putListingsItem call](https://developer-docs.amazon.com/sp-api/docs/listings-items-api-v2020-09-01-reference#putlistingsitem) to update the pr…
-
First of all, thank you for the wonderful library! ✨
However, I am trouble getting the authentication working.
Here is my current code:
```js
const {
amazonMarketplaces,
HttpClient,
…
-
Currently its very easy to hit Amazon's api limits.
Is it worth:
a) Writing a helper system to deal with this in MWS
b) Using something existing outside of MWS (Like Tenacity)
c) Integrating T…
-
Amazon MWS Products section and Selling Partner Catalog Items v0 operations to be deprecated on March 31, 2022
https://github.com/amzn/selling-partner-api-models/issues/1498
Do we have this in …
-
Is there a class for making inventory updates or creating new products?
-
I am having a problem with the sending feeds to MWS using python-amazon-mws. I am getting the following error.
```
mws.mws.MWSError:
SenderContentMD5Missingyou must pass a Content-MD5 HTTP head…