General Information
Website: sell.amazon.com
Software type: Solution as a Software (SaaS)
Geography: 🌍 Worldwide
Software type: Solution as a Software (SaaS)
Geography: 🌍 Worldwide
Introduction
Amazon Seller Central is the web interface used by brands and merchants to market and sell their products directly to Amazon’s customers. The Amazon Selling Partner API (SP-API) is a REST-based API that helps Amazon selling partners programmatically access their data on orders, shipments, payments, inventory, and much more. Deliver the Amazon integration your customers want in no time.Configure Amazon
Prerequisite(s)- A publicly accessible website describing your application and services
- The API roles your integration requires (we recommend selecting all roles)
Step 1 — Create a Solution Provider Portal account
- Go to developer.amazonservices.com and click Create developer account
- Sign in with your Amazon account or create a new one
- Complete the identity verification process (takes approximately 20 minutes)
You can find as well the full documentation here
Step 2 — Complete your developer profile
Once your account is created, you must complete your developer profile before creating an app:- In the Solution Provider Portal, go to Settings → Developer Profile (or select Proceed to Developer Profile if prompted)
- Fill in all required sections:
- Contact information: organization name, website URL, country, primary contact details
- Data Access: select Public Developer — “I build and offer publicly available applications that are used by other sellers”
- Roles: select all roles your integration requires (you don’t need to select roles required extra questions, like the Tax Invoicing/Remittance role)
- Use cases: describe how you intend to use the SP-API
- Security controls: answer all security practice questions (answers must reflect compliance with Amazon’s Acceptable Use Policy, Data Protection Policy, and Solution Provider Agreement - Please ask Chift for help if needed)
- Check the acknowledgment box, review the policies, and click Register
- Wait for Amazon’s approval — they will contact you via email. You must respond to any requests within five days
Step 3 — Create an app client
Once your developer profile is approved:- In the Solution Provider Portal, select Develop Apps from the top navigation to access Developer Central
- Click Add new app client
- Fill in the app client form:
- App name: enter a meaningful name (e.g., your company name)
- API type: select SP API
- Business entity: select Sellers (or Vendors, or both, depending on your use case)
- Roles: select all roles that your integration requires. We recommend selecting all available roles to ensure uninterrupted access to the API
- In the OAuth credentials section:
- OAuth Login URI: enter
https://chift.app/oauth2/redirect - Redirect URI: enter
https://chift.app/oauth2/redirect
- OAuth Login URI: enter
- Click Save and exit The app will remain in “draft” but can be used as such.
Step 4 — Retrieve your credentials
- In Developer Central, find your newly created app and click Edit app
- Under LWA credentials, click View to reveal:
- Client ID — your application’s unique identifier
- Client Secret — your application’s secret key. Note that you will need to rotate your Client Secret as the client secret is expiring after 180 days
Step 5 — Configure the connector in Chift
Enter the Client ID and Client Secret in the Amazon connector settings on your Chift account to enable the connector.Test Amazon
To test the integration, you can use the SP-API sandbox environment. Amazon provides sandbox endpoints that simulate API responses without affecting live data. Refer to the SP-API sandbox documentation for details on how to configure sandbox calls.Connect Amazon
To activate a connection with Amazon Seller API, users will have to go through the following steps.- French article: Help Center - Amazon Seller API FR
- English article: Help Center - Amazon Seller API EN
Limitations & Exceptions
- A professional selling plan is required to use the SP-API
- Public applications are subject to Amazon’s authorization limits and may require an Appstore listing
- Rate limits apply per API operation — refer to the SP-API usage plans documentation for details
- Amazon will ask fees in the future for the usage of the API