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(
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_company_info(req)
if res.company_info is not None:
# handle response
Available Resources and Operations
company_info
get_company_info
- Get company info
customers
list_customers
- List customers
disputes
list_disputes
- List disputes
locations
list_locations
- List locations
orders
list_orders
- List orders
payments
list_payment_methods
- List payment methodslist_payments
- List payments
products
list_product_categories
- List product categorieslist_products
- List products
tax_components
get_tax_components
- List tax components
transactions
list_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.9.6.tar.gz
(26.2 kB
view details)
Built Distribution
File details
Details for the file codat-commerce-0.9.6.tar.gz
.
File metadata
- Download URL: codat-commerce-0.9.6.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
06205ef622d9b99807fe402d2866714370b2a7e49de3f8695cbcdd04015cda96
|
|
MD5 |
a841a969b46cd666330c24500c48231f
|
|
BLAKE2b-256 |
718e245363a88da4d674a28d917f5ea7d96ac815727f03b88dc4ed8e0ae9416b
|
File details
Details for the file codat_commerce-0.9.6-py3-none-any.whl
.
File metadata
- Download URL: codat_commerce-0.9.6-py3-none-any.whl
- Upload date:
- Size: 70.4 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 |
422c1e4d8b2aa12c47828c8d0a84d12fd828961868766c3188fcf8b9bf4f614d
|
|
MD5 |
d4bd82135fc82e933438c08495633a12
|
|
BLAKE2b-256 |
7434beea356e01be49217447fa91e0555746f4ebeb33b202666bcecb30484c75
|