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-1.18.2.tar.gz
(38.8 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-1.18.2.tar.gz.
File metadata
- Download URL: recharge_api-1.18.2.tar.gz
- Upload date:
- Size: 38.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e807aa04754391eebbc588df94dc713851865176825f02bd7bcf382f49afa882
|
|
| MD5 |
81aa5dfd027c62cbe4751bd1c4f1f0f2
|
|
| BLAKE2b-256 |
65615deccdb4de724c903cb17812dec614b632177fa17b34e17286e2ae86708e
|
File details
Details for the file recharge_api-1.18.2-py3-none-any.whl.
File metadata
- Download URL: recharge_api-1.18.2-py3-none-any.whl
- Upload date:
- Size: 75.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5702607be9b722f927818abde54d7e69c27dd8e0eb08cd1ec99ff21d5292c76
|
|
| MD5 |
da8005bf04a9dc6f34d22d619373ea2d
|
|
| BLAKE2b-256 |
6092a90cbde38beb6a0006c033c84e158dafb6e752d506b8854aacb66dfc96c2
|