Skip to content
Advertisement

Amazon GetOrder API for my own seller Account [closed]

I’m a php developer, please help, i have my own Amazon seller account, and i want to use Amazon GetOrder API for my purchase order website. Please help what step should i take.

Advertisement

Answer

First of all you need to create developer account with AWS.
On creating account you will get

  • Developer Account Number
  • Access Key
  • Secret key

Now you need to login to seller account with main credential & add that Developer Account Number to seller account settings then you will get

  • MWS Auth token

Also you need Merchant Token which you will get in Settings->Account info

Now you need to use Amazon MWS api’s Here with below details

  • Developer Account Number
  • Access Key
  • Secret key
  • MWS Auth token
  • Merchant Token
  • Marketplace

Also you can use scratchpad to test before you implement.

Note: Amazon MWS API does not support India Marketplace currently, in case you are looking for India.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement