Python Client SDK Generated by Speakeasy
Project description
codat-commerce
SDK Installation
pip install codat-commerce
SDK Example Usage
import codat
from codat.models import operations, shared
s = codat.Codat()
s.config_security(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
)
req = operations.GetCommerceInfoRequest(
path_params=operations.GetCommerceInfoPathParams(
company_id="unde",
connection_id="deserunt",
),
)
res = s.company_info.get_commerce_info(req)
if res.source_modified_date is not None:
# handle response
SDK Available Operations
company_info
get_commerce_info
- Get company info
customers
list_commerce_customers
- List customers
disputes
list_commerce_disputes
- List disputes
locations
list_commerce_locations
- List locations
orders
list_commerce_orders
- List orders
payments
list_commerce_payment_methods
- List payment methodslist_commerce_payments
- List payments
products
list_commerce_product_categories
- List product categorieslist_commerce_products
- List products
tax_components
get_companies_company_id_connections_connection_id_data_commerce_tax_components
- List tax components
transactions
list_commerce_transactions
- 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.1.1.tar.gz
(17.8 kB
view details)
Built Distribution
File details
Details for the file codat-commerce-0.1.1.tar.gz
.
File metadata
- Download URL: codat-commerce-0.1.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
95e5948034ae4d30b743590469ffff9b96ee33c3574235743515da6c30101e67
|
|
MD5 |
7a194d106fd85de5918e8bb8cd0db982
|
|
BLAKE2b-256 |
7f7316a269d82cc67632bb6192db1f317702025f3ee24e706ab36da90edde999
|
File details
Details for the file codat_commerce-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: codat_commerce-0.1.1-py3-none-any.whl
- Upload date:
- Size: 32.9 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 |
e21d4978da2c5e868e631d0c1ec851f02eeeab90171841aba9b49538a1bb17f2
|
|
MD5 |
5bcb7ee73f887297cb5e8caf2b6bba88
|
|
BLAKE2b-256 |
e856b8262272907b0e69537ff506bd930708fd2ce09489803f120c41f4ee98c0
|