Python Client SDK Generated by Speakeasy
Project description
codat-synccommerce
SDK Installation
pip install codat-synccommerce
SDK Example Usage
import codat
from codat.models import operations, shared
s = codat.Codat(
security=shared.Security(
auth_header="YOUR_API_KEY_HERE",
),
)
req = shared.CreateCompany(
name="Bob's Burgers",
)
res = s.company_management.create_company(req)
if res.company is not None:
# handle response
Available Resources and Operations
company_management
create_company
- Create a sync for commerce companycreate_connection
- Create a data connectionlist_companies
- List companieslist_connections
- List data connectionsupdate_connection
- Update data connection
configuration
get_configuration
- Retrieve config preferences set for a company.get_sync_status
- Get status for a company's syncsset_configuration
- Create or update configuration.
integrations
get_integration_branding
- Get branding for an integrationlist_integrations
- List information on Codat's supported integrations
sync
request_sync
- Run a Commerce sync from the last successful syncrequest_sync_for_date_range
- Run a Commerce sync from a given date range
sync_flow_preferences
get_config_text_sync_flow
- Retrieve preferences for text fields on Sync Flowget_sync_flow_url
- Retrieve sync flow urlget_visible_accounts
- List visible accountsupdate_config_text_sync_flow
- Update preferences for text fields on sync flowupdate_visible_accounts_sync_flow
- Update the visible accounts on Sync Flow
SDK Generated by Speakeasy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codat-synccommerce-0.8.5.tar.gz
(23.9 kB
view details)
Built Distribution
File details
Details for the file codat-synccommerce-0.8.5.tar.gz
.
File metadata
- Download URL: codat-synccommerce-0.8.5.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ddffc67a8966887c891805c692485231ab77a60be5651bf5f37def134cba264 |
|
MD5 | 733490ef4df0a76ce81979536a948d85 |
|
BLAKE2b-256 | f67561247e32d91e7b1f97c458dadb8fcad817879db7b281fc472c3e30be1ba4 |
File details
Details for the file codat_synccommerce-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: codat_synccommerce-0.8.5-py3-none-any.whl
- Upload date:
- Size: 56.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 | 78c39689f32d0f9239a356c8309416e2a98698514fa416d7d544ac16a7153196 |
|
MD5 | 9e0512a7e6418993b26d6a3a6ccc0d68 |
|
BLAKE2b-256 | f661a2e922e2673f81336f8fb0ab94a1995722f07fcccdd5c5659eeac04d5a8f |