How can I fetch the BuyerID based on buyer-email using Amazon MWS Api -


when parsing through orders amazon mws api report type _get_amazon_fulfilled_shipments_data_,

i can see buyer name property , other information buyer (address, etc.).

however, don't see buyerid. know can use buyer-email (ie: fooamazoncustomer@marketplace.amazon.com) unique customer identifier.

but purpose link orders made of such buyer public page need buyerid instead of buyer-email.

so question is, how can fetch buyerid based on buyer-email using amazon mws api or scraping?

thanks scottg , sagar.

answer: don't believe it's possible. amazon uses anonymized emails protect customer , therefor they're not going give id can see profile or public page. did verify can buyers email address, again it's anonymous, orders api using getorder operation. – scottg


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -