You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fork it (https://github.com/abuzuhri/Amazon-SP-API-CSharp/fork)
85
-
2. Clone it (`git clone https://github.com/{YOUR_USERNAME}/Amazon-SP-API-CSharp`)
86
-
3. Create your feature branch (`git checkout -b your_branch_name`)
87
-
4. Commit your changes (`git commit -m 'Description of a commit'`)
88
-
5. Push to the branch (`git push origin your_branch_name`)
89
-
6. Create a new Pull Request
90
-
91
71
---
92
72
## Keys
73
+
To get all keys needed you need to follow this step [Creating and configuring IAM policies and entities](https://developer-docs.amazon.com/sp-api/docs/creating-and-configuring-iam-policies-and-entities) and then you need to [Registering your Application](https://developer-docs.amazon.com/sp-api/docs/registering-your-application) then [Authorizing Selling Partner API applications
> :warning:**Use role ARN created in step 5 when you register your application**: and dont use IAM user
76
+
93
77
| Name | Description |
94
78
| --- | --- |
95
79
| AccessKey | AWS USER ACCESS KEY |
96
80
| SecretKey | AWS USER SECRET KEY |
97
81
| RoleArn | AWS IAM Role ARN (needs permission to “Assume Role” STS) |
98
-
| Region | Marketplace region |
82
+
| Region | Marketplace region [List of Marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids)|
99
83
| ClientId | Your amazon app id |
100
84
| ClientSecret | Your amazon app secret |
101
85
| RefreshToken | Check how to get [RefreshToken](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#Self-authorization)|
102
86
103
87
104
-
For more information about keys please check [Amazon Selling Partner API developer guide](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md) , If you are not registered as developer please [Register](https://developer.amazonservices.com/) to be able to create application.
88
+
For more information about keys please check [New Amazon doc for create keys Developer ](https://developer-docs.amazon.com/sp-api/docs/creating-and-configuring-iam-policies-and-entities) , If you are not registered as developer please [Register](https://developer.amazonservices.com/) to be able to create application.
105
89
106
90
---
107
91
## Usage
@@ -116,7 +100,7 @@ AmazonConnection amazonConnection = new AmazonConnection(new AmazonCredential()
0 commit comments