Get Started with Magento 2 KatanaPIM integration
Looking for Magento 2 KatanaPIM integration? View the full Magento 2 KatanaPIM integration page to explore features, configuration options, and pricing.
Get your KatanaPIM Connect extension connected and run your first synchronization.
Prerequisites
Before starting, ensure you have:
- Module installed and enabled
- Admin access to Magento
- KatanaPIM account with API credentials (URL and API Key)
- Working Magento cron (for automated sync)
Step 1: Enable the Module
- Go to Katana PIM → Configuration (or Stores → Configuration → Katana PIM → General)
- In the General section, set Enabled to Yes
- Click Save Config
Step 2: Connect to KatanaPIM API
- Navigate to the API section
- Enter your URL (your KatanaPIM instance URL)
- Enter your API Key (from your KatanaPIM account)
- Click Test Credentials to verify the connection
- Click Save Config
Step 3: Configure Store Language Mapping
- Go to Store Languages section
- Map your KatanaPIM language codes to Magento store views
- Use
default(lowercase) to map KatanaPIM's default language - Click Save Config
Finding your language codes: In KatanaPIM, go to Configuration > Languages to see all available languages and their codes (e.g., nl-NL, en-US, fr-FR).
Example mapping:
| Katana Language Code | Store View |
|---|---|
| default | English |
| nl-NL | Dutch |
| de-DE | German |
Step 4: Import Attributes First
Before importing products, you need to import and map attributes:
- Go to Katana PIM → Attributes
- Click Import Attributes button
- Wait for import to complete
- For each attribute, use inline edit to:
- Select the Magento Attribute Code to map to
- Set Is Configurable to Yes for variant attributes
- Mark unwanted attributes as Skipped
Step 5: Import Categories (Optional)
If you want to import categories from PIM:
- Go to Katana PIM → Product Data in configuration
- Enable Category Import if desired
- Go to Katana PIM → Categories
- Click Import Categories button
- Select categories and use Update/Create Magento Category mass action
Step 6: Run Your First Product Sync
Option A - Via Admin:
- Go to Katana PIM → Products
- Click Full Sync button
- Wait for products to import
- Select products and use Update/Create Magento Products mass action
Option B - Via CLI:
# Import everything (attributes, categories, products, assets)
bin/magento katana:import:full
# Import only products
bin/magento katana:import:full --products
Step 7: Enable Automation (Optional)
- Go to Katana PIM → Automation in configuration
- Set Enable Automation to Yes
- Configure:
- Auto create new products - Yes/No
- Auto create new categories - Yes/No
- Full Update frequency (e.g., daily)
- Incremental Update frequency (e.g., every 4 hours)
- Click Save Config
Verify Your Setup
- Check Katana PIM → Products grid for imported products
- Verify products in Catalog → Products with correct data
- Check Katana PIM → Sync Log for any errors
Next Steps
- Configure Attribute Mapping for all product data fields
- Review the full Configuration Reference
- Understand the Sync Process for Full vs Incremental updates
Need More Help?
Documentation:
- All Help Articles - Complete documentation overview
Support:
- Contact Support - Get help from our team
For a complete overview of features and configuration options, see Magento 2 KatanaPIM integration.