Developers

ReturnRack API

A REST API with predictable resource-oriented URLs, JSON responses and standard HTTP verbs.

curl https://api.returnrack.co.uk/v1/returns \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json"

Endpoints

GET/v1/returnsList returns with filters and pagination.
POST/v1/returnsCreate a return on behalf of a customer.
GET/v1/returns/{id}Fetch a single return by ID.
PATCH/v1/returns/{id}Update status, resolution or notes.
POST/v1/labelsGenerate a carrier label for a return.
GET/v1/analytics/summaryAggregate metrics for a date range.

Rate limits: 300 requests/minute per API key. Webhooks are signed with HMAC-SHA256. Full reference and OpenAPI schema available to customers.