Skip to main content

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 company
  • create_connection - Create a data 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.
  • get_sync_status - Get status for a company's syncs
  • 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

  • request_sync - Run a Commerce sync from the last successful sync
  • request_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 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


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 hashes)

Uploaded Source

Built Distribution

codat_synccommerce-0.8.5-py3-none-any.whl (56.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