J

Integration API

Authenticate to /api/v1 with Authorization: Bearer <token> (token from Settings → Developer).

User guide · Interactive API reference (OpenAPI) · OpenAPI YAML

Endpoints (Phase 1)

  • GET/POST /api/v1/clients — list / create
  • GET/PATCH /api/v1/clients/:id — get / update
  • GET/POST /api/v1/orders — list / create
  • GET/PATCH /api/v1/orders/:id — read / update (same behavior as /api/order actions)
  • GET /api/v1/products/search — unified search (local catalog, S&S, SanMar, matching invoice lines; same mix as invoice item search)
  • GET /api/v1/products/:source — product info: sanmar, ss, or invoice_item (see OpenAPI)