How to get Amazon Seller Central orders programmatically

0 votes

We have been manually 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 supposed to manage orders and inventory
  • Event Notification Service (ENS) API: Get order notifications
  • Seller Central SOAP API: Upload inventory and manage orders
  • Amazon Marketplace Web Service (Amazon MWS): Manage inventory and orders

So, um, which do I use? Using REST instead of SOAP is very much preferred. Can anyone point me out some better documentation/examples?

Jul 9, 2018 in AWS by Luke cage
• 360 points
2,744 views

1 answer to this question.

0 votes

AIM and SOAP are historical APIs. The best choice is MWS, which supports all features of AIM and SOAP (i.e. all listing activity, inventory reports, order reports, order acknowledgment and cancellations, refunds, settlement reports). MWS is also well documented at mws.amazon.com,  example client libraries are provided for Java, C#, and PHP. For feed and report formats, you should refer to Seller Central Help pages for all formats (unless you are a Marketplace seller, in which case the help pages are accessible from your seller account page).

You may also want to peruse www.amazonservices.com

Finally, here's a link to the SOA-GuideToXML.pdf document, which describes the details of the XML feeds and reports, as well as the overall workflow:

http://g-ecx.images-amazon.com/images/G/01/rainier/help/tutorials/SOA-GuideToXML.pdf

answered Aug 10, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer

How to get EC2 account balance programmatically

Unfortunately, you can't get your account balance ...READ MORE

answered Feb 7, 2019 in AWS by Archana
• 5,640 points
373 views
+1 vote
0 answers

How to get data from tables using java code - amazon DynamoDB

public void listAllCourses(@QueryParam("author") String authorQuery) { ...READ MORE

Aug 3, 2019 in AWS by Girija

edited Aug 5, 2019 by Kalgi 1,556 views
0 votes
1 answer

How to get the size of an Amazon S3 bucket?

Hi@akhtar, You can use AWS CLI to perform ...READ MORE

answered Oct 5, 2020 in AWS by MD
• 95,440 points
1,204 views
0 votes
1 answer

how to get aws account number /id based on EC2 instance which is hosted in amazon

You can obtain account number from an ...READ MORE

answered Feb 21, 2022 in AWS by Korak
• 5,820 points
1,690 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+1 vote
3 answers

How to get ARN for s3 Bucket using aws cli .

An ARN is a non-opaque, constructible identifier, ...READ MORE

answered Aug 16, 2018 in AWS by Priyaj
• 58,090 points
4,999 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP