Skip to main content

The Amazon Product Advertising API

Source: https://images-na.ssl-images-amazon.com/images/G/01/associates/network/landing/mont_gift_fpo.jpg

What is the Amazon Product Advertising API?

For developers:

How to get access to PA API?

From Amazon Associates Central website: https://affiliate-program.amazon.com/assoc_credentials/home:

How do I get access to PA API?
In order to qualify for requesting access to PA API, 
you will need an associate account, 
you will have to complete 3 qualifying sales in the first 180 days and 
you will have to comply with the Operating Agreement. 
Once your account is approved as an associate account, 
you will see a 'Request for PA API access' button below. 
You can click the button to get access to PA API.

Related resources

Seller University

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...