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.GetCommerceInfoRequest(
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.5.1.tar.gz
(18.3 kB
view details)
Built Distribution
File details
Details for the file codat-commerce-0.5.1.tar.gz
.
File metadata
- Download URL: codat-commerce-0.5.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b339d9293a9de051a7f8f23d32ff4f294aac9299e6b001b0bf39109816ea47f0
|
|
MD5 |
6e10433cf7a03732aa5a8f556ff77081
|
|
BLAKE2b-256 |
e85b20a540c25ada07c4de1dd5bfb6b8268b93e61da8216918ae6c69ea4229d6
|
File details
Details for the file codat_commerce-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: codat_commerce-0.5.1-py3-none-any.whl
- Upload date:
- Size: 33.6 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 |
77bbd1e6a0649caf227771048587f71f5c61f05ea335fb159209a657a3576d63
|
|
MD5 |
fa399395ad716167892a1c4fed719b43
|
|
BLAKE2b-256 |
fe9f69bf18244cb5c567f369cd025b5056fb9d5f5f77ddd87997055e8d24a582
|