Skip to main content

Overview

The Unified Cache API provides access to cached data from your connected accounts. Data is synchronized periodically, enabling fast bulk queries without hitting underlying service rate limits.

Base URL

Authentication

All requests require a Bearer token:

Required Parameters

Available Resources

The Unified Cache API supports the following commerce primitives:

Example Request

Example Response

Cache Freshness

The cached_at field indicates when the data was last synchronized. Set up sync jobs to control cache refresh frequency.

When to Use Cache API

Use Cached When

  • Bulk data operations
  • Historical analysis
  • Reducing API calls to underlying services
  • Working with rate-limited integrations

Use Realtime When

  • You need current data immediately
  • Building dashboards or reports
  • Single record lookups
  • Real-time order management