Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

2026-05-01 (current)

Initial public release of the Arcus ERP API.

New resources

  • AccountsGET/POST/PATCH/DELETE /v1/accounts
  • OrdersGET/POST/PATCH/DELETE /v1/orders (quotes, sales orders, invoices, purchase orders, returns)
  • ProductsGET/POST/PATCH/DELETE /v1/products
  • InventoryGET/POST /v1/inventory (balances, transactions, adjustments)
  • FulfillmentGET/POST/PATCH /v1/fulfillment (packages, labels, shipments)
  • ReturnsGET/POST/PATCH /v1/returns
  • PurchasingGET/POST/PATCH /v1/purchase-orders
  • PaymentsGET/POST /v1/payments
  • AccountingGET/POST /v1/accounting (GL accounts, journal entries)
  • Master data — Locations, Payment Terms, Units of Measure, Sales Channels, Pricing Levels, Product Categories, Tags
  • IntegrationsGET/PATCH /v1/integrations (connector configuration, read-only credential status)
  • WebhooksGET/POST/PATCH/DELETE /v1/webhooks
  • ActivityGET /v1/activity (audit log)
  • MigrationGET/POST /v1/migrations (bulk import jobs)

New capabilities

  • Cursor pagination on all list endpoints
  • Expand (?expand[]=) — Stripe-style related-resource hydration, depth 4, 10 paths max
  • Idempotency (Idempotency-Key header) — 24-hour replay window
  • Versioning (Arcus-Version header) — date-based version pinning
  • Conditional requests (ETag/If-None-Match) — 304 Not Modified support
  • Sparse fieldsets (?fields=) — reduce response payload size
  • Rate limiting — per-key sliding window, standard 300 req/min
  • Webhook signatures (HMAC-SHA256, Arcus-Signature header)
  • Sunset headers on deprecated endpoints

Future releases will be listed here. Follow github.com/arcuserp for release announcements.