Phase 1: Backend Configuration (OAuth1 API)
This step allows Kleep to retrieve your product catalog, order history, and return data to calibrate the algorithm.1. Create OAuth1 Integration
- Log in to your Magento Admin Panel.
- Navigate to System > Integrations.
- Click on “Add New Integration”.
- Fill in the Name field (e.g., “Kleep Integration”).
- Enter your Admin Password to confirm.
2. Configure API Permissions
| Routes | Details |
|---|---|
/products/* | Access to all product resources |
/categories/* | Access to all category resources |
/orders/* | Access to all orders resources |
/returns/* | Access to all return resources |
/returnsAttributeMetadata/* | Access to all return attributes resources |
/returnsItemAttributeMetadata/* | Access to all return item attribute resources |
/creditmemos/* | Access to all credit memo resources |
/creditmemo/* | Access to single credit memo resources |
/stockItems/* | Access to all stock resources |
/store/* | Access to all store resources |
/inventory/* | Access to all inventory resources |
/customers/* | Access to all customer resources |
Magento_Catalog::productsMagento_Catalog::categoriesMagento_Sales::salesMagento_Sales::creditmemoMagento_Sales::actions_viewMagento_Rma::rmaMagento_Rma::magento_rmaMagento_Rma::rma_attributesVendor_Module::returnsMagento_CatalogInventory::cataloginventoryMagento_Store::storeMagento_Config::configMagento_Inventory::inventoryMagento_Customer::customer
- If your Magento instance exposes additional API layers or custom endpoints (for example, custom returns/RMA APIs), please coordinate with us.
- If you use an external return provider with no integration through Magento API, please refer to the return data documentation or coordinate with us to pick the right integration method.
3. Activate and Retrieve Credentials
- Click “Save” to create the integration.
- Click “Activate” on the newly created integration.
- A pop-up will display your OAuth credentials:
- Consumer Key
- Consumer Secret
- Access Token
- Access Token Secret
- Copy these credentials – you will need to send them to your Kleep contact.
Subscribe Pro tutorial: Create and get Magento 2 API credentials Adobe official tutorial: Magento 2 OAuth authentication
4. Send Credentials to Kleep
Please send the following information to your Kleep contact via email:- Please provide the complete API base URL(s) for the shop(s).
- OAuth1 Credentials
- Consumer Key
- Consumer Secret
- Access Token
- Access Token Secret
Phase 2: Frontend Integration (Widget)
This step involves adding the Kleep script to your product pages (PDP). Compatible with all versions of Magento. Follow our JS Library Widget guide to install and configure the front-end CTA on your product pages.Phase 3: Missing Data Management (SFTP)
This section applies when data cannot be retrieved through standard API endpoints. If your Magento API does not allow retrieving Returns or certain specific data, we proceed via CSV file exchange. Please refer to the documentation below. This guide will walk you through the process of transmitting missing data step by step:Phase 4: Validation & Production Deployment
1. Test Environment
Deploy first on your Preprod/Staging environment.2. Visual Validation
Before going live, verify the following:- Does the button display correctly?
- Does clicking open the pop-up (Drawer)?
- No “CORS” errors in the browser console?
