Recharge
Version 0.0.8
Checkout the ReCharge API docs for more information
Set up
Access to the API will need to be given by a member of the Recharge team. Please reach out to them to enable this for you.
Once this has been enabled for your store, within the ReCharge App, navigate to Integrations in the top navigation bar and click on API tokens on the right-hand corner of the dashboard.
See ReCharge docs for more details.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | All-time (Products). 2 year (all other reports). |
Custom backfill | ❌ | |
Incremental | 🟢 | Supported on all reports except products. |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Customers | updated_at | id | List customers |
Charges | updated_at | id | List charges |
Subscriptions | updated_at | id | List subscriptions |
Orders | updated_at | id | List orders |
Products | N/A | id | List products |
Events (beta) | created_at | id |
API Limitation
- Due to API limitation incremental runs will return duplicates.
Updated about 1 year ago