Codat Commerce
Connector for the codat-commerce API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.codat.io - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
list_customers— GET /companies/{companyId}/connections/{connectionId}/data/commerce-customers — List customerslist_disputes— GET /companies/{companyId}/connections/{connectionId}/data/commerce-disputes — List disputesget_company_info— GET /companies/{companyId}/connections/{connectionId}/data/commerce-info — Get company infolist_locations— GET /companies/{companyId}/connections/{connectionId}/data/commerce-locations — List locationslist_orders— GET /companies/{companyId}/connections/{connectionId}/data/commerce-orders — List orderslist_payment_methods— GET /companies/{companyId}/connections/{connectionId}/data/commerce-paymentMethods — List payment methods
Inputs
apiKey— your codat-commerce API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_customers
apiKey: <your key>