Skip to main content

API Changelog

Notable changes to the API surface and this documentation. Dates are UTC.

2026-07-27

  • New: the MCP Server — a Model Context Protocol endpoint at POST /mcp that lets an AI assistant read store data with an API key. 12 read-only tools; see the Tool Reference.

2026-07-02

  • Docs: corrected documented paths — staff endpoints live at /staff (previously documented as /user), order cancellation is POST /order/vendor/cancel/{orderId}, order detail is GET /order/details/{orderId}, order list is GET /order/vendor.
  • Docs: authentication guide now covers both tt-api-key and Authorization: Bearer headers, the real scope model (resource + action pairs), and the full authentication error table.
  • Docs: new pages — Webhooks, Scopes Reference, Environments.
  • Docs: rate-limit documentation corrected: default 140 requests/60s sliding window; X-RateLimit-Reset is seconds-until-free, not a timestamp.