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
1
vote
1 answer

Amazon SP-API feeds API POST_PRODUCT_PRICING_DATA Failing To Update Price

I tried using the Amazon Feeds API to upload a feed and was successful in updating the quantity. But what about the price? It failed. Here is the xml I uploaded:
1
vote
0 answers

How to delete a private Amazon Seller Central app or at least change the client secret?

I'm having the most bizarre problem, which I thought would be quite simple to fix. I helped a client set up a connection to the Amazon Selling Partner API by creating a private app in Seller Central: Settings > User Permissions > Visit Developer…
1
vote
1 answer

How to access GET_XML_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL (Amazon Seller Partner API)

I have been able to download some reports via Amazon Seller Partner API but I can't for some others such as GET_XML_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL. When I call get_report endpoint, the response I got has no reports to download: {'errors':…
kee
  • 10,969
  • 24
  • 107
  • 168
1
vote
0 answers

The operation getOrderMetrics returns 0 for all response parameters for 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. When making a request to the api to get order metrics, I m getting the response as URL :…
1
vote
1 answer

We could not decode your NextToken. Possible reasons include: a transmission error, improper quoting or a truncation problem

Issue: We could not decode your NextToken. Possible reasons include: a transmission error, improper quoting or a truncation problem error on hitting Amazon selling enpoint getOrders API with NextToken…
Arundhathi D
  • 304
  • 6
  • 22
1
vote
0 answers

generate lwa Refresh Token not working in seller central dashboard

Hi I have a problem I am trying to use amazon sp-api for myself I registered an app on seller central dashboard but when I try to self authorize the app nothing happens in fact when I click on "authorize" button the circular indicator appears for a…
1
vote
0 answers

AWS Selling Partner API - Export Listings in Product Feed Format

I am trying to update my listings via the SP API and I was wondering if there's a way to export a listing in the expected feed's format in order to reupload the file after the updates. Initially I tried to construct the feed from the response of…
1
vote
3 answers

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

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 =…
ky_aaaa
  • 290
  • 3
  • 10
1
vote
0 answers

How do I upload Amazon Seller reports into a SQL database?

I tried to load a csv file (>50 MB) into Azure SQL Studio, but the upload never finished despite two attempts. Do you have any ideas on how to fix this? Alternatively, to avoid the manual uploading, is there a way to directly pipe files from…
1
vote
1 answer

Bypass 2 step verification of Amazon Seller Account

I have an amazon seller account and I want to __scrape__ all the information of orders from it using scrapy. But 2 step verification is enabled on my account. I have tried to disable it but again amazon asked me to enable 2 step verification to…
1
vote
1 answer

How to adjust the frequency and duration of billing agreements for Amazon Pay

I am integrating amazon pay for our non-profit that offers one-time, monthly, and yearly donation plants. I looked around and was not able to find how we could set the duration ( how long should the billing agreement continue) or the frequency ( how…
ahmaxed
  • 181
  • 10
1
vote
1 answer

MWS Developer access for PII personal identifiable Information Revoked - Buyersname, phone, Addresses are coming blank

We are using Amazon Seller account and have been using MWS API for last 10 months. However this is the first time we got this issue. 1. All of our API is getting failed. 2. BuyerName, Addresses, phone are not coming from the MWS API. 3. In the XML,…
1
vote
1 answer

Missing tag "
" for "" in Amazon MWS Feeds

We're submitting the following feed using the SubmitFeed operation of the Feeds API section.
1
vote
1 answer

MWS before giving submit feed, can we check if it is currently throttling?

I have multiple process to submit feed for product, price and quantity data. It throttles and I cant keep track of number of requests for feed submission is given. Is there a simple way to know if feed is throttling currently. And if not, and I…
Manjay_TBAG
  • 2,176
  • 3
  • 23
  • 43
1
vote
1 answer

How to blank out and read complete AnyOfferChangeNotification in SQS?

As anyofferschange notification amount varies with time. We don't have any specific way to read multiple notifications together. So, I am reading one by one and saving some of information in sql server database, It takes quite a lot of time that I…