Title: Affiliate Amazon Shortcode
Author: onodev77
Published: <strong>27 de Xaneiro, 2025</strong>
Last modified: 27 de Xuño, 2026

---

Buscar plugins

![](https://ps.w.org/affiliate-amazon-shortcode/assets/icon-128x128.png?rev=3229780)

# Affiliate Amazon Shortcode

 Por [onodev77](https://profiles.wordpress.org/onodev77/)

[Descargar](https://downloads.wordpress.org/plugin/affiliate-amazon-shortcode.2.0.zip)

 * [Detalles](https://gl.wordpress.org/plugins/affiliate-amazon-shortcode/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/affiliate-amazon-shortcode/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/affiliate-amazon-shortcode/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/affiliate-amazon-shortcode/#developers)

 [Soporte](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/)

## Descrición

Affiliate Amazon Shortcode is a lightweight yet powerful WordPress plugin that allows
you to display Amazon products directly in your posts, pages, or widgets using both
the legacy Amazon Product Advertising API v5 and the new Amazon Creators API.

Easily integrate Amazon affiliate links, generate rich product boxes, and monetize
your website without writing any code.

**⚠️ IMPORTANT: Amazon Creators API Migration**

Amazon requires all affiliates to migrate from PA-API 5.0 to the new Creators API.

This plugin supports BOTH systems for a smooth transition:

 * **Creators API (Recommended)** – OAuth 2.0 authentication, future-proof
 * **PA-API 5.0 (Legacy)** – deprecated after Jan 31, 2026

Perfect for bloggers, affiliate marketers, niche sites, and comparison websites.

### Features

 * ✅ **Dual API support** – Creators API + legacy PA-API 5.0
 * ✅ **Smart automatic caching** – reduces API calls and prevents throttling
 * ✅ **Built-in anti-throttling protection** (retry + backoff)
 * ✅ Display up to 9 products based on a keyword
 * ✅ Multiple marketplaces supported (amazon.it, amazon.com, amazon.de, etc.)
 * ✅ Auto fetch titles, images, prices, ratings
 * ✅ Customizable layout: columns, image size, fonts
 * ✅ Easy shortcode usage

**PRO Features**
 – Up to 9 products per shortcode – NEW: `[number="x"]` shortcode
parameter (1–9) – No watermark – Extra templates (Card, List, Compact) – Theme presets(
Slate, Blue, Emerald, Amber, Rose, Violet, Indigo, Teal, Zinc) – Priority updates&
support

### Usage

Basic shortcode:

    ```
    [affiamsh_amazon keyword="your keyword"]
    ```

PRO only (override number of products):

    ```
    [affiamsh_amazon keyword="your keyword" number="6"]
    ```

Notes:
 – number works only in PRO – range: 1–9 – ignored in FREE version

### How to Get Creators API Credentials

 1. Login to Amazon Associates Central
 2. Tools  Product Advertising API
 3. Manage Credentials
 4. Generate NEW Creators API credentials
 5. Copy Access Key + Secret Key into plugin

NOTE: Old PA-API credentials will NOT work with Creators API.

### External Services

This plugin connects to:

Amazon Creators API
 https://affiliate-program.amazon.com/creatorsapi

Amazon PA-API
 https://webservices.amazon.com/paapi5/documentation/terms.html

Data sent:
 – keywords – credentials – partner tag

All communications via HTTPS.

Made by [SoftwareApp](https://www.softwareapp.it/) — no data is sent to SoftwareApp.
it.

### License

GPLv2 or later.

## Capturas

[⌊Usage shortcode example⌉⌊Usage shortcode example⌉[

Usage shortcode example

[⌊Settings page⌉⌊Settings page⌉[

Settings page

[⌊API version selector⌉⌊API version selector⌉[

API version selector

[⌊PRO layouts and themes⌉⌊PRO layouts and themes⌉[

PRO layouts and themes

## Instalación

 1. Upload plugin zip
 2. Activate plugin
 3. Go to Settings > Amazon API
 4. Enter credentials
 5. Select API version (Creators recommended)
 6. Add shortcode to posts/pages

## Preguntas frecuentes

### Do I need to migrate to Creators API?

Yes. PA-API 5.0 will be deprecated in 2026.

### Why are my products not showing?

Check:
 – credentials – partner tag – marketplace – eligibility status

### Does the plugin cache results?

Yes. Smart caching reduces API calls and prevents throttling. Cache automatically
refreshes when you update settings or edit posts.

### What happens if I change credentials or partner tag?

Cache is automatically cleared and products update immediately.

### How many products can I show?

Free: up to 3
 PRO: up to 9 (or use `[number="x"]`)

### Can I customize layout?

Yes. Columns, image size, fonts, templates, and themes.

### How to upgrade to PRO?

Settings  Affiliate Amazon Shortcode  Activate PRO

## Comentarios

![](https://secure.gravatar.com/avatar/9eeee62d894fbe7a2ba9d8a00ffd802e6ba810c7d84bb34c4d4961a5abb87409?
s=60&d=retro&r=g)

### 󠀁[Simple and efficient](https://wordpress.org/support/topic/simple-and-efficient-445/)󠁿

 [hothbricks](https://profiles.wordpress.org/hothbricks/) 4 de Febreiro, 2026

Plugin does what it promises. No bloat, simple interface, simple shortcodes, it’s
working nicely. Just maybe missing a geolocation function to benefit from other 
versions of Amazon.

 [ Ler todas as 3 opinións ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/)

## Colaboradores e desenvolvedores

“Affiliate Amazon Shortcode” é un software de código aberto. As seguintes persoas
colaboraron con este plugin.

Colaboradores

 *   [ onodev77 ](https://profiles.wordpress.org/onodev77/)

“Affiliate Amazon Shortcode” foi traducido a 1 idioma. Grazas [aos desenvolvedores](https://translate.wordpress.org/projects/wp-plugins/affiliate-amazon-shortcode/contributors)
polas súas contribucións.

[Traduce “Affiliate Amazon Shortcode” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/affiliate-amazon-shortcode)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/affiliate-amazon-shortcode/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/affiliate-amazon-shortcode/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/affiliate-amazon-shortcode/)
por [RSS](https://plugins.trac.wordpress.org/log/affiliate-amazon-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.9

 * NEW: Smart caching system (transients)
 * NEW: Automatic cache invalidation on settings save and post update
 * NEW: Anti-throttling retry/backoff protection
 * NEW: PRO shortcode parameter number=”x” (1–9)
 * Improved reliability with Creators API
 * Reduced API calls dramatically
 * Performance improvements

#### 1.8

 * BugFix

#### 1.7

 * BugFix

#### 1.6

 * BugFix

#### 1.5

 * Added support for Amazon Creators API
 * Dual API support

#### 1.0

 * Initial release

## Meta

 *  Versión **2.0**
 *  Última actualización **Fai 2 días**
 *  Instalacións activas **200+**
 *  Versión de WordPress ** 5.0 ou superior **
 *  Probado ata **7.0**
 *  Versión de PHP ** 7.2 ou superior **
 *  Idiomas
 * [Danish](https://da.wordpress.org/plugins/affiliate-amazon-shortcode/) e [English (US)](https://wordpress.org/plugins/affiliate-amazon-shortcode/).
 *  [Traduce ao teu idioma](https://translate.wordpress.org/projects/wp-plugins/affiliate-amazon-shortcode)
 * Etiquetas
 * [affiliate marketing](https://gl.wordpress.org/plugins/tags/affiliate-marketing/)
   [amazon](https://gl.wordpress.org/plugins/tags/amazon/)[amazon affiliate](https://gl.wordpress.org/plugins/tags/amazon-affiliate/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/affiliate-amazon-shortcode/advanced/)

## Valoracións

 5 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/reviews/)

## Colaboradores

 *   [ onodev77 ](https://profiles.wordpress.org/onodev77/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/affiliate-amazon-shortcode/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://softwareapp.it/affiliate-amazon-shortcode/)