This changelog tracks changes to the Retailgrid Public API only. For product-wide changes, see the main changelog.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.
2026-05-04 - v1 launch
The first public version of the Retailgrid API is live athttps://clientapi.retailgrid.io.
Available now:
- Auth -
GET /v1/auth/verifyfor key validation. Bearer tokens, prefixedrg_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.
- Read endpoints (list/get) for all entities.
Idempotency-Keyheader support on non-idempotent creates.- A documented rate-limit ceiling.
- Webhook callbacks for job completion (replacing polling).
