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 ressources |
/orders/* | Access to all orders ressources |
/returns/* | Access to all return ressources |
/stockItems/* | Access to all stock ressources |
/store/* | Access to all store ressources |
/inventory/* | Access to all inventory ressources |
/customers/* | Access to all customer ressources |
/returnsAttributeMetadata/* | Access to all return attributes ressources |
Magento_Catalog::productsMagento_Sales::salesMagento_Rma::rmaVendor_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. Please refer to the step-by-step documentation below, which will guide you through the integration process: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?
