2

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?

aynber
  • 22,380
  • 8
  • 50
  • 63
Maiq
  • 23
  • 1
  • 3

1 Answers1

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