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

Uploaded Source

Built Distribution

codat_synccommerce-0.8.5-py3-none-any.whl (56.9 kB view details)

Uploaded Python 3

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

Hashes for codat-synccommerce-0.8.5.tar.gz
Algorithm Hash digest
SHA256 4ddffc67a8966887c891805c692485231ab77a60be5651bf5f37def134cba264
MD5 733490ef4df0a76ce81979536a948d85
BLAKE2b-256 f67561247e32d91e7b1f97c458dadb8fcad817879db7b281fc472c3e30be1ba4

See more details on using hashes here.

File details

Details for the file codat_synccommerce-0.8.5-py3-none-any.whl.

File metadata

File hashes

Hashes for codat_synccommerce-0.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 78c39689f32d0f9239a356c8309416e2a98698514fa416d7d544ac16a7153196
MD5 9e0512a7e6418993b26d6a3a6ccc0d68
BLAKE2b-256 f661a2e922e2673f81336f8fb0ab94a1995722f07fcccdd5c5659eeac04d5a8f

See more details on using hashes here.

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