amazonsellercentral

Amazon Seller Central - SP-API - Create a feed document - InvalidInput

拜拜、爱过 提交于 2021-02-11 12:29:32
问题 Trying to create feed document (here ) and I'm getting InvalidInput error code. Authentication works well (I tried other endpoints and it works) so I think headers are not the issue. Here is my sample code: endpoint = 'https://sellingpartnerapi-eu.amazon.com/feeds/2020-09-04/documents' body = { "contentType": "text/tab-separated-values; charset=UTF-8" } resp = requests.post( endpoint, auth=self.amazon_auth.auth, headers=self.amazon_auth.headers, json=body ) return resp Response code: {'errors

What is the meaning of “StandardProductID” (ASIN) in Amazon Seller inventory?

偶尔善良 提交于 2020-01-07 04:20:25
问题 We are trying to create products in Amazon seller account via feed api using xml files . I saw there is a tag for "StandardProductID" in xml but I want to know that should we create this id for amazon or amazon will create these ids after successful product feed operation . NOTE : We are sending products from salesforce to Amazon seller account. Basic question : What is the exact use of StandardProductID ID (ASIN) . How to create this ID if we have to add this in xml while creating product

Can I use two Amazon MWS accounts from the same server?

家住魔仙堡 提交于 2019-12-11 04:33:24
问题 Recently I used two MWS accounts from same server. And Amazon sent us an email that you are operating on two accounts. Do they track IP's of API calls? How can I use both accounts? 回答1: Are you using multiple developer credentials? In my case, as a developer, I have a set of developer credentials that I use for all my clients. I use the token and seller id that they provide me with. I service multiple clients on a web page using a single set of dev credentials, only swapping in/out the client