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
25
votes
3 answers

How to get Amazon Seller Central orders programmatically?

We have been manually been keying Amazon orders into our system and would like to automate it. However, I can't seem to figure out how to go about it. Their documentation is barely there. There is: Amazon Inventory Management (AIM) API: That is…
6
votes
1 answer

Programmatically login to Amazon with C#

I want to login to Amazon seller central programmatically with C#. I don't want to use Amazon Web Services. Here is what I have done so far: private void button1_Click(object sender, EventArgs e) { string appURL =…
Nick Doulgeridis
  • 583
  • 1
  • 16
  • 31
5
votes
1 answer

How can I inline images to the product description section for a registered brands using an Amazon MWS or a flat file?

How to add inline images to the product description section for a registered brands using an Amazon MWS or a flat file?
Elena
  • 364
  • 2
  • 9
4
votes
1 answer

Amazon SP-API Getting order items in order list API

The Amazon SP-API getorders API endpoint doesn't send the items of that orders. I want to show the orders with their items like in Amazon Seller central in my inventory. Calling the get items (getorderitems endpoint) for every order will be unwise.…
4
votes
3 answers

Has anyone succeeded at downloading orders from Amazon Seller Central using PHP?

It looks like this question has been asked before, here and in other places on the web, but I have yet to find any solid documentation on how it's done. We need a way to pragmatically "suck" orders out of Amazon Seller Central on a regular basis,…
Nick
  • 10,904
  • 10
  • 49
  • 78
3
votes
2 answers

Why does Amazon Advertising report API return a .bin instead of .json

I am requesting a Sponsered Product report from Amazon's Advertising API. When I send the POST i receive the reportID. I enter the reportID as part of the GET call's path to retrieve the document. I observe the response of type 20, however the…
JaredGibb
  • 83
  • 7
3
votes
1 answer

How to determine if a Shopify order was placed via the Amazon channel?

I am querying the Shopify API for a specific order and I would like to know how to determine if the order was placed in our Amazon Seller channel and sent to Shopify as it is described in Shopify's documentation:…
eprimucci
  • 33
  • 3
3
votes
2 answers

How to search Amazon for 5-star-rated products with at least 10 ratings?

Oftentimes, when searching products on Amazon, I want to see the products with the best ratings. More often than not, when sorting by Customer Ratings, Amazon will display products that have a 5-star rating from just one rating, which is not enough…
ProgrammerGirl
  • 3,157
  • 7
  • 45
  • 82
3
votes
2 answers

How can I login in Amazon with PHP cURL

I need to login to Amazon page: https://sellercentral-japan.amazon.com/gp/sign-in/sign-in.html/ref=pt_login_lgin_login with PHP cURL (without Amazon Web Service). Here is code how I tried for that: const AMAZON_LOGIN_URL =…
Kulin Choksi
  • 761
  • 1
  • 11
  • 30
2
votes
0 answers

How to make custom layout in Amazon webstore platform?

I am facing some problem with creating custom layout in Amazon webstore. I actually want to create a 3 column layout but the default templates not support that. I already asked their support team but they didn't provided me the solution of what I…
Bappa
  • 21
  • 4
2
votes
1 answer

Amazon SP-API Listings API putListingsItem How To Update price and quantity? Node.js

I am using amazon-sp-api (JavaScript client for the Amazon Selling Partner API) but this is not limited to this client. All I want to do is use the Amazon SP-API Listings API's putListingsItem call to update the price and quantity of an item I have…
2
votes
0 answers

Shipment Id from Amazom SP API?

AMAZON-SP-API to pull data from amazon's seller account.Can anybody tell me how to get shipment id and FNSKU from API?. I pulled data from orders and catalog API but did not found any shipment id related to it.Neither the documentation lists the API…
2
votes
2 answers

Getting Issue in Java Connecting SP-API Using Java SDK sellingpartner-api-aa-java

I have followed all the steps to generate SDK and .jar files. . I have included the external jar into my project and stepping through the documentation "[Connecting to the Selling Partner API using a generated Java SDK…
2
votes
3 answers

C# Amazon SP API CreateFeedDocument not working

There are 3 steps to upload a feed via Amazon SP API, the first one is to get feed encryption info via createFeedDocument API. But I am getting Bad Request as response with following content: { "errors": [ { "code": "InvalidInput", …
2
votes
2 answers

How to decrypt the amazon report-document from amazon selling partner api

report-document-api GetReportDocument api "response": { "payload": { "reportDocumentId": "0356cf79-b8b0-4226-b4b9-0ee058ea5760", "url":…
lucy
  • 21
  • 4
1
2 3 4 5 6 7