Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get Buyer info such as buyer email, name etc for pending order or cancel orders in Amazon mws

I am using Amazon MWS Orders API for fetching the orders so for that i hit the ListOrder API that gives me the order details which have status as

pending, shipped, unshipped, cancel

I got the buyer information where orderStatus is shipped,unshipped. As stated in documentation of Amazon orderList:-

For unshipped, Partiallyshipped, Shipped orderStatus we get the following information for Buyer i.e:- BuyerEmail, BuyerName, Shipping Address, OrderTotal.

But i am integrating my Application for handle my Amazon order pragmatically .And on that case i want as any new order is placed than all the info of that order with buyer details like buyer-name, email,Shipping address etc are also there so that i know which buyer place a new order same in case of cancel so that i can show them on my Application.

So please let me know how can i get those buyer details for pending orders as well as for canceled orders.Is there any API or attribute i need to send or i am missing something or should i need to generate report every time to achieve that.

Any help would be appreciated.

Thanks!

like image 349
Parveen yadav Avatar asked Jul 22 '16 12:07

Parveen yadav


1 Answers

Your question(s) : "So please let me know how can i get those buyer details for pending orders as well as for canceled orders.Is there any API or attribute i need to send ..." There is no way, API or otherwise, to get buyer information for any pending or buyer cancelled orders.

"or i am missing something" Believing the documentation

"or should i need to generate report every time to achieve that." You can't achieve this ... report or Orders API call.

like image 86
Oneida Avatar answered Sep 28 '22 06:09

Oneida