Amazon Creators API¶
Starting with version 1.29.0, ASA2 fully supports Amazon’s new Creators API. This API is the successor to the Product Advertising API (PA API) 5.0 and offers enhanced features for affiliate product data.
Note
PHP 8.1+ required: The Creators API requires PHP 8.1 or higher. If your server runs an older version, ASA2 will automatically use PA API 5.0 instead. See PHP Version Requirements for details.
What is the Creators API?¶
The Creators API is Amazon’s next-generation API for affiliate publishers. It provides access to product information, pricing data, and affiliate links. Amazon is gradually transitioning from PA API 5.0 to the Creators API.
Key benefits of the Creators API:
Offers V2 format: Enhanced pricing data with more details about deals and availability
Per-marketplace credentials: Separate API credentials for each Amazon marketplace
Improved data quality: More accurate and comprehensive product information
Future-proof: Amazon’s recommended API going forward
Important Timeline¶
Warning
January 31, 2026: Amazon will retire the Offers V1 format in PA API 5.0. After this date, PA API will no longer return pricing data in the V1 format. We recommend setting up Creators API credentials before this deadline.
How ASA2 Handles API Routing¶
ASA2 automatically selects the best API for each request based on your configuration:
Scenario |
API Used |
|---|---|
Creators API enabled |
Creators API |
Creators API disabled |
PA API 5.0 |
No Creators credentials |
PA API 5.0 |
PHP version < 8.1 |
PA API 5.0 |
This means you can gradually migrate to the Creators API marketplace by marketplace. Your existing products will continue to work during the transition.
Getting Started¶
Check your PHP version: Creators API requires PHP 8.1+
Create Creators API credentials at Amazon Associates Central
Configure credentials in ASA2 for your marketplaces
Test by viewing or adding a product
For detailed instructions, see:
Creators API Setup - Step-by-step setup guide
Multi-Marketplace Configuration - Managing multiple marketplaces
Migrating from PA API 5.0 - Migrating from PA API 5.0