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.
Questions tagged [amazonsellercentral]
100 questions
1
vote
2 answers
MongoDB Use $group for the subset after $group
I just learned mongoDB, I am trying to find some repeat customer info through my customer database.
The sample collection:
{
"_id" : ObjectId("5b7617e48146d8bae"),
"amazon_id" : "112",
"date" : "2018-01-25T18:40:55-08:00",
"email" :…

RickyY9
- 45
- 6
1
vote
0 answers
How to differentiate orders of two different stores of same seller on amazon, using MWS API?
I am listing orders from amazon store on my application.
One seller on my app have 2 stores 1 for North America & 1 for Canada.
As I am getting these orders using MWS Order APi with different service urls for both the stores, for every store its…

ajitpawarink
- 436
- 6
- 14
1
vote
0 answers
Amazon Advertise API Product add
I am to develop a PPC software based on AMAZON PPC API. I want to setup sandbox environment for testing. Everything is fine but when I am adding product adds then I got missing_decoration status but for living statistics Ad_Status_Live.
How can I…

Yogesh Jangir
- 31
- 1
- 4
1
vote
1 answer
Can I use two Amazon MWS accounts from the same server?
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?

Manjay_TBAG
- 2,176
- 3
- 23
- 43
1
vote
0 answers
How to add two gemTypes using Amazon seller api in xml format
We are using Amazon seller api's to create listing of our products . Some of our products is having two type of stones in a single earring . So how to add two gemstone details in single product listing . Please share your thoughts or any sample xml…

Akum
- 63
- 1
- 2
- 12
1
vote
2 answers
How to login to Amazon SellerCentral using Goutte
Is there a way to login to seller central using Goutte?
I tried this but it keeping saying password wrong (I tried manually and it works fine):
$client = new Client();
$crawler = $client->request('GET', 'https://sellercentral.amazon.com');
$form =…

Lincoln
- 880
- 14
- 25
1
vote
1 answer
Are there any Tools to Automate Migration from a Website to Amazon Webstore?
we have a current website which shows the product, shopping cart and the whole shebang. and we're trying to migrate to Amazon web store, not the Cloud computing architecture type but the basic html web store method.
And based on the tools that i see…

melaos
- 8,386
- 4
- 56
- 93
1
vote
2 answers
Accessing Amazon Seller Central with Python
I am trying to create an application that:
Logs into the Amazon Seller Central
Opens up several pages contained within, retrieves the rendered page source
including values that were populated by javascript
Parses that rendered page source and…

Del
- 667
- 7
- 23
0
votes
2 answers
Retrieving list of Amazon Payments taken for orders within date range
I need to write a program that imports payments taken via amazon for items we sell on the Amazon website into our system.
According to the Amazon Marketplace Web Service site i can get this information:
Amazon Marketplace Web Service (Amazon MWS)…

George Duckett
- 31,770
- 9
- 95
- 162
0
votes
0 answers
SP-API Encountering 500 Internal Error for Amazon SP API Order Endpoint
Issue Summary:
I'm encountering a 500 Internal Server Error when using the Amazon Selling Partner API in relation to retrieving order data. This error occurred for the first time and is preventing me from retrieving order information.
Error…

Pratiksha Parghi
- 3
- 5
0
votes
1 answer
I don't understand the cache of Cloudflare
I have a managed webserver with ~ 4000 images with 7,4 GB and I've enabled Cloudflare CDN for it.
I've run a curl script to download all images. I expected that the image will be put into Cloudflare (free plan) cache afterwards, but when I download…

timaschew
- 16,254
- 6
- 61
- 78
0
votes
0 answers
Getting access to Amazon API for private (and lonely) developer
I need to develop a private application just for my personal purpose and I need to access to some Products information on Amazon.
I see that the available Amazon APIs should fit my needs, but it seems that to get API keys you need to register as…
0
votes
0 answers
How To Get Variations Product From Amazon seller-central API
I am integrating Amazon for a store. In Amazon, every product has a default variation, but I couldn't find it in Amazon's documentation, has anyone experienced this process?
I read this document but i can't find it…

Danial Pato
- 1
- 2
0
votes
0 answers
Amazon seller central API authentication
I am trying to pull stock quantity from amazon seller central catalog API using the product ASIN.
The issue I am facing now is with API authorization, I was expecting to send the clientId and clientSecret perhaps and retrieve the data, but the…

PeterT
- 49
- 7
0
votes
2 answers
Question about SP-API and access to seller accounts
I've been beating my head against the brick wall of Amazon "documentation" for a few weeks now and thought I had what I needed.
I setup the IAM user in our AWS account, created a developer account for seller central, went through their insane…

Jason Gray
- 749
- 1
- 6
- 14