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="8a210b68-6988-11ed-a1eb-0242ac120002",
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
)
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.7.0.tar.gz
(21.0 kB
view details)
Built Distribution
File details
Details for the file codat-commerce-0.7.0.tar.gz
.
File metadata
- Download URL: codat-commerce-0.7.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d4f1856a81254400311db6f6b0c3cb967c2135fb121a3422bf507abcbcf51428
|
|
MD5 |
99c2b182834eac37e2762559a5b30052
|
|
BLAKE2b-256 |
5e0b158bc3bfc7f7601b8daa3c8949d75e8a2e5dea3221f16b6ecaafe43dbca3
|
File details
Details for the file codat_commerce-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: codat_commerce-0.7.0-py3-none-any.whl
- Upload date:
- Size: 40.3 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 |
855887d419922037411585017e8631a54395006f96c4160e26a6fe37cd8cc517
|
|
MD5 |
7b40d0d627c98aad08bbf0c9d56eba8c
|
|
BLAKE2b-256 |
9096b3cc797f4c46a6d4d374fd84d347122473efd1bc42bcd0bdecbb928d11b5
|