Python Client SDK Generated by Speakeasy
Project description
Sync for Commerce
Embedded accounting integrations for POS and eCommerce platforms.
SDK Installation
pip install codat-sync-for-commerce
SDK Example Usage
import codatsynccommerce
from codatsynccommerce.models import shared
s = codatsynccommerce.CodatSyncCommerce(
security=shared.Security(
auth_header="Basic BASE_64_ENCODED(API_KEY)",
),
)
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 Sync for Commerce company
- create_connection - Create connection
- list_companies - List companies
- list_connections - List data connections
- update_connection - Update data connection
configuration
- get_configuration - Retrieve config preferences set for a company.
- set_configuration - Create or update configuration.
integrations
- get_integration_branding - Get branding for an integration
- list_integrations - List information on Codat's supported integrations
sync
- get_sync_status - Get status for a company's syncs
- request_sync - Sync new
- request_sync_for_date_range - Sync range
sync_flow_preferences
- get_config_text_sync_flow - Retrieve preferences for text fields on Sync Flow
- get_sync_flow_url - Retrieve sync flow url
- get_visible_accounts - List visible accounts
- update_config_text_sync_flow - Update preferences for text fields on sync flow
- update_visible_accounts_sync_flow - Update the visible accounts on Sync Flow
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codat-sync-for-commerce-0.30.1.tar.gz.
File metadata
- Download URL: codat-sync-for-commerce-0.30.1.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22650ad9447423c291b317e23d4f51d10a5a4206f023f5cd322eb218f3f755bb
|
|
| MD5 |
9276350f43fb8e00667d094c8322cb24
|
|
| BLAKE2b-256 |
0df4c8689a73b4f52d869f345c675abff809ae943b43eb5f1110b63155b61c23
|
File details
Details for the file codat_sync_for_commerce-0.30.1-py3-none-any.whl.
File metadata
- Download URL: codat_sync_for_commerce-0.30.1-py3-none-any.whl
- Upload date:
- Size: 65.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a572ff6608a9ca9811d09dc9b0b7a91f4a3c08f80b4961528cbf06f6f32bf058
|
|
| MD5 |
844d2ea3da4a5bcb121b7cc802d8b798
|
|
| BLAKE2b-256 |
d15b60a2507d1325b7a9034d268e45708318810cdf832a650bfdd8dcd12a4831
|