How Do I Generate Mws Amazon Keys

Step 1: Generate your API keys in Amazon. Channable can create a connection with your Amazon Europe Unified account (DE, FR, UK, ES and IT) or Amazon North America Unified account (US, CA and MX). You do not yet need to create a connection with a specific country, only with the. Amazon Marketplace Web Service (Amazon MWS) is a secure environment that uses signatures for authentication and lets sellers delegate calling rights to developers by using the Amazon MWS authorization service. Before you can develop Amazon MWS applications for yourself or others you must register as a developer on the User Permissions page in Seller Central. Well, I finally got a response from MWS Amazon, that is not an error! Steps I did to make it work: Construct string that will be signed by hand - order of query parameters is important. Construct url where I will post data by hand - again, order is important, but different from string signed before. My problem is that I can't get the right signature string to authenticate a query to an Amazon MWS API (not Amazon AWS). According to the Amazon site I have to create the query-string and then create a signature according to SHA256, but I don't get the same results as Amazon gives on its Scratchpad.

Amazon Marketplace Web Service (Amazon MWS) is a secure environment that uses signatures for authentication and lets sellers delegate calling rights to developers by using the Amazon MWS authorization service. To be eligible to develop Amazon MWS applications you must:

  • Comply with the Acceptable Use Policy and Data Protection Policy.
  • Have a Professional selling plan. For more information, see Selling plans in the Seller Central Help.
  • Submit the Amazon MWSDeveloper Registration and Assessment form. We will evaluate your submission and assign you a role based on the level of Amazon MWS access you require. We will request that you submit the form during registration.

    For more information about the form, see Frequently Asked Questions.

Register as a developer

  1. Go to the User Permissions page in Seller Central and log into your Amazon selling account as the primary account holder.
  2. Under Amazon MWS Developer Access Keys, click the Visit Developer Credentials button.
  3. On Developer Central page, under Are you a software developer building applications using MWS?, click the apply for access here link, and then follow the instructions on the Amazon MWSDeveloper Registration and Assessment form.

We will evaluate the information that you provide in the form and then follow up with a support case log and next steps. For more information about developer registration and assessment, see Frequently Asked Questions.

Using your Amazon MWS Developer ID and Access Keys

Important:Do Not Share Amazon MWS Access Keys

Sharing your Amazon MWS Access Keys is a violation of Amazon’s Terms of Service. Sharing your Access Keys may result in suspension of your selling account and Access Keys.

The following is an example of the Amazon MWS Developer ID and Access Keys:

  • Developer ID (a 12-digit identifier): 1234-3214-4321
  • AWS Access Key ID (a 20-character, alphanumeric identifier): 022QF0EXAMPLEH9DHM02
  • Secret Key (a 40-character identifier): kWcrlEXAMPLEM/LtmEENI/aVmYvHNif5zB+d9+ct

If you are developing an Amazon MWS application for sellers or are providing Amazon MWS-related development services to sellers, you must provide your Developer ID to those sellers so that they can authorize you to access their Amazon seller accounts using Amazon MWS. Asking for a seller's own Amazon MWS developer credentials is a violation of Amazon Terms of Service.

The AWS Access Key ID is associated with your Amazon MWS registration. You include it in all Amazon MWS requests to identify yourself as the sender of the request. The AWS Access Key ID is not a secret. To provide proof that you truly are the sender of the request, you must also include a digital signature. For all requests except those generated using the Amazon MWS client libraries, you calculate the signature using your Secret Key. Amazon uses the AWS Access Key ID in the request to look up your Secret Key and then calculates a digital signature with the key. If the signature Amazon calculates matches the signature you sent, the request is considered authentic. Otherwise, the request fails authentication and is not processed.

How Do I Generate Mws Amazon Keys 2017

Important: Your Secret Key is a secret that only you and Amazon should know. It is important to keep it confidential to protect your account. Never include your Secret Key in your requests to Amazon MWS and never e-mail it to anyone. Never share it with anyone, even if they claim to be from Amazon. No one from Amazon will ever ask you for your Secret Key.

Resetting your AWS Access Key ID and Secret Key

If you need to change your AWS Access Key ID and Secret Key, contact Seller Support in your home marketplace via chat, telephone, or Contact Amazon MWS form and ask to reset your AWS Access Key ID and Secret Key. /generate-wep-key-through-password.html. If you use the form, provide the following information:

  1. For Subject, enter 'Reset access keys to my Amazon MWS account'.
  2. For Your comment, enter 'Please reset the AWS Access Key ID and Secret Key for my account.'.

You will receive a reply from the Seller Support team with a link to the User Permissions page on Seller Central, where you can generate a new key pair for your account. Only administrators can use the link to create new keys.

How Do I Generate Mws Amazon Keys Free

Note: When Seller Support deletes your key pair, all applications that use your current keys will be denied access to your account information until you update those applications with your new keys.

Authorizing a developer

A seller must authorize a developer to make calls to Amazon MWS on the seller's behalf.

For a seller to authorize a developer

  1. The developer must be a registered Amazon MWS developer. See Registering as a developer.
  2. The developer gives their Developer ID to the seller.
  3. The seller goes to the Manage your apps page in Seller Central and logs into their Amazon seller account as the primary account holder.
  4. The seller clicks the Authorize new developer button and follows the authorization workflow.

Related topics


In the video on the left, Emanuel shows you
how to create an AWS access key for an existing IAM user


In the video on the right, Deren shows you
how to create an access key ID for a new IAM user

I need an AWS access key to allow a program, script, or developer to have programmatic access to the resources on my AWS account. How do I create a new access key?

An access key grants programmatic access to your resources. This means that the access key should be guarded as carefully as the AWS account root user sign-in credentials.

It's a best practice to do the following:

  1. Create an IAM user and then define that user's permissions as narrowly as possible.
  2. Create the access key under that IAM user.

For more information, see What are some best practices for securing my AWS account and its resources?

Did this page help you? Yes No

Back to the AWS Support Knowledge Center

Need help? Visit the AWS Support Center

Published: 2016-01-28

Updated: 2018-10-24