Python API Client for Recharge
Project description
Recharge API Wrapper
Installation
pip install recharge-api
Usage
from recharge import RechargeAPI
client = Recharge(access_token='XXXXX')
response = client.v1.Order.list_({'status': 'QUEUED', 'limit': '250'})
for order in response['orders']:
print(order['id'])
For more details on the content of the reponses, visit the official recharge API docs.
Resources Available
v1(2021-01)
- Address
- Charge
- Checkout
- Customer
- Discount
- Metafield
- Notification
- Onetime
- Order
- Product
- Shop
- Subscription
- Webhook
- Async Batch
v2(2021-11)
- Address
- BundleSelection
- Charge
- Checkout
- Collection
- Customer
- Discount
- Metafield
- Notification
- Onetime
- Order
- Payment Method
- Plan
- Retention Strategy
- Subscription
- Webhook
- Async Batch
- Token
- Account
- Event
- Store
Resources
- Recharge API 2021-01
- Recharge API 2021-11
- Recharge API Webhook Examples 2021-01
- Recharge API Webhook Examples 2021-11
License
Acknowledgements
This project is a fork of recharge-api by BuluBox which is no longer available.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
recharge_api-2.0.2.tar.gz
(43.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recharge_api-2.0.2.tar.gz.
File metadata
- Download URL: recharge_api-2.0.2.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502b690f24bdd6f5ed0544e221e0327f36eeba3fd0c75c768be808ea6a43b05f
|
|
| MD5 |
165a8c72a65d0f1a669acf237036804c
|
|
| BLAKE2b-256 |
6f4ce821809e9c1c837ee2a7190168ec46d79bf56a9f971c69b15a607ed0ebaf
|
File details
Details for the file recharge_api-2.0.2-py3-none-any.whl.
File metadata
- Download URL: recharge_api-2.0.2-py3-none-any.whl
- Upload date:
- Size: 81.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e4631464c7271ff75f4a87dc97ff04fa1b4c79d5f8907fe67721d4cae0f56c1
|
|
| MD5 |
7036ecdc463c125aaade7b768e44ceb8
|
|
| BLAKE2b-256 |
ede5e56c90a4e4957253ea6f3f03d5b36f75682b59ee1e6b6f03bffd2a5966c7
|