简体   繁体   中英

How can I Verify amazon seller id

I'm trying to create an app for amazon sellers with MWS Api. How can I verify a seller id that have give me authorization for the MWS panel?

I read the docs and I reviewed the documents but have nothing found.

Best Regards

For verification of seller account required following values:

MWS::Feeds::Client.new({ 
  primary_marketplace_id: marketplace_id,
  merchant_id: seller_id,
  aws_access_key_id: api_key,
  aws_secret_access_key: api_secret
})

*marketplace_id : A marketplace is an Amazon market where the seller can list items for sale and customers can view and purchase items. Each Amazon marketplace has a unique ID associated with it. Multiple marketplaces can exist in a single country. Example: www.amazon.com and www.amazon.co.uk

marchant_id, aws_access_key_id, and aws_secret_access_key all are available in Amazon account.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM