For the complete documentation index, see llms.txt. This page is also available as Markdown.

Amazon Configuration

Field
Description

Token URL

Specifies the Amazon authorization endpoint URL used to generate an access token. This URL is required to authenticate API requests using OAuth 2.0.

Client ID

A unique identifier provided by Amazon when you register your application in the Amazon Developer Console. Used along with the Client Secret to authenticate API access.

Client Secret

A confidential key associated with the Client ID. This is used to securely request access tokens from Amazon and must be kept private.

Refresh Token

A long-lived token generated during the authorization process. Used to obtain new access tokens without requiring repeated user authentication.

  • Ensures continuous API access

  • Required for all SP-API operations

Market Place ID

Identifies the specific Amazon marketplace from which data will be fetched.

  • Each region has a unique Marketplace ID

  • Determines which orders, products, and data are retrieved

Market Place Region

Specifies the geographical region of the marketplace.

This determines:

  • API endpoints used

  • Data residency and compliance

Seller ID

A unique identifier assigned to the seller account in Amazon (also known as Merchant ID).

  • Used to fetch seller-specific data (orders, inventory, reports)

  • Ensures API calls are scoped to the correct seller account

Test Connection: After entering the above details, click Test Connection to verify that the integration platform can successfully connect to the Amazon account using the provided API credentials.

Last updated