Skip to main content

Python Client SDK Generated by Speakeasy

Project description

Commerce API

Codat's Commerce API enables you to pull up-date-date commerce data from several leading payments, point-of-sale, and eCommerce systems. You can view your SMB customers' products, orders, payments, payouts, disputes, and more - all standardized to our Commerce data model.

SDK Installation

pip install codat-commerce

SDK Example Usage

import codatcommerce
from codatcommerce.models import operations, shared

s = codatcommerce.CodatCommerce(
    security=shared.Security(
        auth_header="YOUR_API_KEY_HERE",
    ),
)


req = operations.GetCompanyInfoRequest(
    company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
    connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
)
    
res = s.company_info.get_company_info(req)

if res.company_info is not None:
    # handle response

Available Resources and Operations

company_info

  • get_company_info - Get company info

customers

  • list_customers - List customers

disputes

  • list_disputes - List disputes

locations

  • list_locations - List locations

orders

  • list_orders - List orders

payments

  • list_payment_methods - List payment methods
  • list_payments - List payments

products

  • list_product_categories - List product categories
  • list_products - List products

tax_components

  • get_tax_components - List tax components

transactions

  • list_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.11.1.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

codat_commerce-0.11.1-py3-none-any.whl (73.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