Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.retailgrid.io/llms.txt

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

This changelog tracks changes to the Retailgrid Public API only. For product-wide changes, see the main changelog.

2026-05-04 - v1 launch

The first public version of the Retailgrid API is live at https://clientapi.retailgrid.io. Available now:
  • Auth - GET /v1/auth/verify for key validation. Bearer tokens, prefixed rg_live_.
  • Imports (async CSV) - products, transactions, competitor prices.
  • Products - bulk upsert, create, patch, delete.
  • Product variants - bulk upsert, create, patch, delete.
  • Transactions - bulk upsert, create, patch, delete.
  • Competitor prices - bulk upsert, create, patch, delete.
  • Jobs - GET /v1/jobs/{job_id} for polling async import status.
Known gaps we plan to close:
  • Read endpoints (list/get) for all entities.
  • Idempotency-Key header support on non-idempotent creates.
  • A documented rate-limit ceiling.
  • Webhook callbacks for job completion (replacing polling).