Questions tagged [amazonsellercentral]

Amazon Seller Central is the web interface used by brands and merchants to market and sells their products directly to Amazon's customers. If you have a Seller Central account, you're considered a marketplace or third-party seller.

100 questions
0
votes
1 answer

Amazon Selling Partner API 'Too Many Active Keys"

I'm able to generate a new access token using a refresh token that I have, however when I go to use that access token in a request to SP-API I get a 429 error: { "errors": [ { "message": "Too Many Active Keys", …
0
votes
1 answer

Getting bid recommendations for keywords without creating keywords

I have been trying to get bid recommendations for a list of given keywords using this API => https://advertising.amazon.com/API/docs/en-us/sponsored-products/2-0/openapi#/Bid%20recommendations/createKeywordBidRecommendations But it requires to…
0
votes
1 answer

Amazon Sp-Api createFeedDocument, No Responding (Node.js) / And InvalidInput-contentType Error

I am trying to call the createFeedDocument operation to sp-api. But I never get a response. Here is my signedRequest: { path: '/feeds/2020-09-04/documents', method: 'POST', host: 'sellingpartnerapi-fe.amazon.com', region: 'us-west-2', …
0
votes
1 answer

Get Order Metrics using Amazon Selling Partner API

I am trying to make an API call to get order metrics from the amazon seller central page from Postman App. I have followed all the steps in the documentation. I self authorized my app using the refresh token found on the Developer Central page. I am…
0
votes
1 answer

How to create Amazon MWS developer account , so that it can be used for multiple seller accounts, to fetch orders , products and update inventory

I am working to create Amazon MWS developer account , my requirement is to access the seller panel of different clients. I have already gone through the videos and links for the creation of MWS developer account, where its asking for the paid…
0
votes
1 answer

Amazon Seller Central - SP-API - GET Labels for shipment

I have no previous experience with Amazon MWS so maybe I'm not understanding the whole process flow. Now I'm trying to get labels for shipments I manually created over the Seller Central UI. Shipments I created are successfully fetched (Operation:…
ky_aaaa
  • 290
  • 3
  • 10
0
votes
1 answer

Amazon Seller Central Selenium dropdown select error using Python

I have been trying to automate Amazon Seller Central's storage report download. I have tried to use the select function for other dropdown options. Here is what I coded for other dropdown menus and worked: select =…
0
votes
2 answers

Selling Partner API Amazon 400 bad request

I am trying to make an API call to Amazon's selling partner API documented here - SP-API . I make a call through Java API specifically to OrdersV0API as follows - GetOrdersResponse resp = apiInstance.getOrders(marketPlaceIds, createdAfter,…
tswapnil
  • 55
  • 8
0
votes
1 answer

How can I connect Python with Amazon through EDI?

I've been meaning to register a lot of orders for Amazon, but I need to automate it. I've read a few things about this EDI concept Amazon works with, but I've no clue as to where to start or how to even connect that with Python. I'd be grateful if…
Dan
  • 160
  • 1
  • 6
  • 19
0
votes
1 answer

Is there any way to download Amazon's business report using Amazon MWS API?

I am trying to download the 'Detail Page Sales and Traffic' and 'Detail Page Sales and Traffic By Child Item' automatically. Because manual pulling takes extra effort to complete this job. Also scraping option is not possible.So if there is any way…
0
votes
2 answers

Date range report by scratchpad in amazon mws for daily basis order report using custom transaction type?

I am able to get this report by Amazon Seller Central UI. Using these steps- Sign in to your Merchant Account on Seller Central. Click the Date Range Reports tab, and then click Generate Report. In the Generate date range report dialog box,…
Manu Singh
  • 39
  • 4
0
votes
1 answer

How to supply unit_count_type and unit_count Amazon product data feed?

I supplied value of unit of Measure and Unit count in _POST_PRODUCT_DATA_ feed. XmlElement unitOfMeasure = xmlDocument.CreateElement("unitOfMeasure"); unitOfMeasure.InnerText = "Count"; Product.AppendChild(unitOfMeasure); XmlElement UnitCount =…
Manjay_TBAG
  • 2,176
  • 3
  • 23
  • 43
0
votes
0 answers

How to develop applications for multiple amazon Sellers using MWS services?

I have a seller account in USA and I want to develop application for multiple sellers. But I fear if I access secret key and access key of multiple seller from same IP they will block seller accounts. Note from docs: Important: Your Secret Key is…
Manjay_TBAG
  • 2,176
  • 3
  • 23
  • 43
0
votes
1 answer

Can we cancel/refund an order made with "Amazon Pay" within Seller Central?

Can we cancel or refund an order made with "Amazon Pay" within Seller Central? After looking to the AMAZON PAY documentation and Seller Central guide I couldn't find a definitive answer.
Xenophiliac
  • 191
  • 6
0
votes
1 answer

How do I convert a non-standardized string datetime to MySQL datetime?

Help? When using Amazon Seller Central's API, each order returns a date in this format: 2018-09-01 06:40 PM PDT I'd like to convert it to a MySQL-friendly format like: 2018-09-01 18:40:00 How can I update these values in my staging table with a…
Ben
  • 33
  • 5