Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-commerce

SDK Installation

pip install codat-commerce

SDK Example Usage

import codat
from codat.models import operations, shared

s = codat.Codat(
    security=shared.Security(
        auth_header="YOUR_API_KEY_HERE",
    ),
)


req = operations.GetCommerceInfoRequest(
    company_id="unde",
    connection_id="deserunt",
)
    
res = s.company_info.get_commerce_info(req)

if res.source_modified_date is not None:
    # handle response

SDK Available Operations

company_info

  • get_commerce_info - Get company info

customers

  • list_commerce_customers - List customers

disputes

  • list_commerce_disputes - List disputes

locations

  • list_commerce_locations - List locations

orders

  • list_commerce_orders - List orders

payments

  • list_commerce_payment_methods - List payment methods
  • list_commerce_payments - List payments

products

  • list_commerce_product_categories - List product categories
  • list_commerce_products - List products

tax_components

  • get_companies_company_id_connections_connection_id_data_commerce_tax_components - List tax components

transactions

  • list_commerce_transactions - List transactions

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-commerce-0.5.1.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

codat_commerce-0.5.1-py3-none-any.whl (33.6 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