Skip to main content

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

configuration

integrations

sync

sync_flow_preferences

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-sync-for-commerce-0.24.1.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distribution

codat_sync_for_commerce-0.24.1-py3-none-any.whl (63.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page