Authentication :: OAuth (Self Authorize - Private App) [OAuth]
Contents
Description
Instructions
To call Amazon SP-API you need to register as Developer and create an App to obtain Client ID / Client Secret. After that authorize to get a Refresh Token. Perform the following steps (Detailed steps found in the each link described below)- Go to Register as a Private App developer. You can wait for day or two to get approval. Check status this way
- Once your Developer account is approved. Login to your account and create a new app and obtain Client ID and Client Secret.
- In the very last step can click here to learn how to obtain Refresh Token (Self-Authorize).
- Copy Client ID, Client Secret and Refresh Token and paste on the Connector UI. Refresh Token field is found under the Grid on the Connector UI and Client ID and Client Secret found in the Grid.
- For Video Tutorial check this blog post
Parameters
Parameter | Label | Required | Options | Description | Help |
---|---|---|---|---|---|
ClientId | ClientId | NO |
|
||
ClientSecret | ClientSecret | NO |
|
||
TokenUrl | TokenUrl | NO |
|
||
TokenUIMode | TokenUIMode | NO |
|
||
AuthUrl | AuthUrl (Do not Use for Private App - Self Authorization) | NO |
|
||
OrdersApiVersion | OrdersApiVersion | NO |
|
||
SellerApiVersion | SellerApiVersion | NO |
|
||
ShippingApiVersion | ShippingApiVersion | NO |
|
||
ServicesApiVersion | ServicesApiVersion | NO |
|
||
FbaApiVersion | FbaApiVersion | NO |
|
||
SalesApiVersion | SalesApiVersion | NO |
|
||
ReportsApiVersion | ReportsApiVersion | NO |
|
||
ProductsFeesApiVersion | ProductsFeesApiVersion | NO |
|
||
ProductPricingApiVersion | ProductPricingApiVersion | NO |
|
||
CatalogItemsApiVersion | CatalogItemsApiVersion | NO |
|
||
VendorOrdersApiVersion | VendorOrdersApiVersion | NO |
|
||
RetryMode | RetryMode | NO |
|
||
RetryStatusCodeList | RetryStatusCodeList | NO |
|
||
RetryCountMax | RetryCountMax | NO |
|
||
RetryMultiplyWaitTime | RetryMultiplyWaitTime | NO |
|