Skip to main content

Buyer

What's Buyer?

The Buyer object includes details about the buyer such as name, email, unique Amazon Pay identifier, default shipping address postal and country code.

You handle this object when you implement Amazon Sign-in (SignIn is explained in Other Features - SignIn) and only because you need to retrieve Buyer details before the buyer starts Amazon Pay checkout.
Buyer information is also provided in Checkout Session object.

Buyer has buyerId as a unique key.


Buyer holds following information

  • buyerId
  • Name
  • Email address
  • Phone number
  • Billing address
  • Default shipping address

etc


Expiration

info

When you get data from Buyer object, you need active buyerToken which expires after 24 hours. See Other features - SignIn - GetBuyer for how-to get data from Buyer.


More detail

See Integration Guide - Buyer for more detail.