Skip to main content

Summary

The public API supports list + retrieve for core objects, and full CRUD for Orders, Items, Inventories, Inventory Transactions, Contacts, Companies, Cases, Subscriptions, Estimates, Invoices, Purchase Orders, Bills, Disbursements, Slips, Payments, Locations, Meters, and Reports. It also supports a Workflows API (list, retrieve, create/upsert, and action catalog), and schema-level Properties API endpoints for listing and managing custom properties on supported objects.

Support status

ObjectListRetrieveCreateUpdateDeleteNotes
OrdersSingle & bulk create; soft-delete (archives record)
ItemsUpsert by external_id; soft-delete (archives record)
InventoriesUpsert by external_id; soft-delete (archives record)
Inventory TransactionsSoft-delete (archives record)
ContactsUpsert by external_id; soft-delete (archives record)
CompaniesUpsert by external_id; soft-delete (archives record)
CasesUpsert by external_id; soft-delete (archives record)
SubscriptionsSoft-delete (archives record)
EstimatesSoft-delete (archives record)
InvoicesSoft-delete (archives record)
Purchase OrdersUpsert by external_id; soft-delete (archives record)
BillsUpsert by external_id; soft-delete (archives record)
DisbursementsUpsert by external_id; soft-delete (archives record)
SlipsUpsert by external_id; soft-delete (archives record)
PaymentsUpsert by external_id; soft-delete (archives record)
LocationsUpsert by external_id; soft-delete (archives record)
MetersUpsert by external_id; soft-delete (archives record)
WorkflowsUpsert by external_id (create/update via POST); GET /v1/public/workflows, POST /v1/public/workflows, GET /v1/public/workflows/actions, GET /v1/public/workflows/{workflow_ref}
ReportsSalesforce-style reportMetadata; delete is soft-delete
Properties (Schema)Write supported for Orders, Items, Inventories, Inventory Transactions, Subscriptions, Invoices, Estimates, Payments, Purchase Orders, Bills, Disbursements, Slips, Contacts, and Companies. Cases/Locations/Meters are read-only.

Notes

  • Only public endpoints appear in the API reference.
  • Token permissions: Regular (read-only) or Full Access (read + write).