I'm trying to send invoices to my customers through the Amazon MWS API. I know how to get the buyer's information for creating the invoice (PDF), but how can I send it to my customers through Amazon?
Asked
Active
Viewed 816 times
1 Answers
0
You can use the GetOrder operation on the Order API.
With this operation, you can obtain the buyer contact information (BuyerEmail, BuyerName, ShippingAddress).
For a standard order, this information is available only if the order status is Unshipped, PartiallyShipped or Shipped. You won't get the buyer email if it's an Amazon gift.

Ortomala Lokni
- 56,620
- 24
- 188
- 240
-
This might sound a bit stupid, but how would I sent the invoice to the buyer then? – Maiq Nov 17 '18 at 11:27
-
I should get some sleep. If I have the mail, then I can obviously send the email. – Maiq Nov 17 '18 at 11:48