Python Client SDK Generated by Speakeasy
Project description
Commerce API
Codat's Commerce API enables you to pull up-date-date commerce data from several leading payments, point-of-sale, and eCommerce systems. You can view your SMB customers' products, orders, payments, payouts, disputes, and more - all standardized to our Commerce data model.
SDK Installation
pip install codat-commerce
SDK Example Usage
import codatcommerce
from codatcommerce.models import operations
s = codatcommerce.CodatCommerce(
security=shared.Security(
auth_header="YOUR_API_KEY_HERE",
),
)
req = operations.GetCompanyInfoRequest(
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
)
res = s.company_info.get(req)
if res.company_info is not None:
# handle response
Available Resources and Operations
company_info
- get - Get company info
customers
- list - List customers
disputes
- list - List disputes
locations
- list - List locations
orders
- list - List orders
payments
- list - List payments
- list_methods - List payment methods
products
- list - List products
- list_categories - List product categories
tax_components
- get - List tax components
transactions
- list - List transactions
SDK Generated by Speakeasy
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
codat-commerce-0.14.0.tar.gz
(26.5 kB
view details)
Built Distribution
File details
Details for the file codat-commerce-0.14.0.tar.gz
.
File metadata
- Download URL: codat-commerce-0.14.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c7424e38632bca15a0b8791429801af3e9aa439e817883c8dd0d11c1e87a0fb9
|
|
MD5 |
d44a7f877a8a1bba8b0826f18eec7613
|
|
BLAKE2b-256 |
f60a3bcbc6da95b8c9b2ca17edd13cfed7c5ecdd42f9b3524fac3112cded8eec
|
File details
Details for the file codat_commerce-0.14.0-py3-none-any.whl
.
File metadata
- Download URL: codat_commerce-0.14.0-py3-none-any.whl
- Upload date:
- Size: 71.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
798bb953b8378281679356f9888977c1b02916bd565f96ff740b33a84f4d2dcd
|
|
MD5 |
4688e81d47f9dfe28c1a97c8b32813c9
|
|
BLAKE2b-256 |
f92d6df4c9a2d63a0b461949b84b20899495474da49eec6ae51c741536622a7a
|