ResReturn
Integrations

Platform-blind by design.

An adapter core means the same returns experience runs on whatever powers your store. Connect once — the dataset and the dashboard stay identical.

ShopifyLive

OAuth · GraphQL · customer-account extension

TicimaxLive

SOAP · WS auth · store credit + coupons

ikasSoon

REST app ecosystem

WooCommerceSoon

REST + webhooks

T-SoftSoon

REST

MagentoSoon

REST

ideasoftSoon

On the roadmap

Custom APIPlanned

Webhook + script-tag button

How it works

Connected in three steps.

01

Connect

Install the app or drop in an API key. ResReturn maps your orders, products, and variants automatically.

02

Sync

Idempotent, HMAC-signed webhooks keep returns, inventory, and credit in lockstep — no manual reconciliation.

03

Resolve

The same returns experience runs on top, whatever powers your checkout. One portal, one dataset.

Ecosystem

Plays nicely with your other tools.

Carriers & labels

ShipinkGeliverDHLUPSPTTAras

Payments & credit

Shopify PaymentsiyzicoStore credite-fatura

Comms & CX

KlaviyoGorgiasZendeskSlack
Developers

A clean REST API and webhooks.

Build a fully custom returns flow on our headless core. The draft-return state machine is agent-friendly, with HATEOAS links and OAuth 2.1 + PKCE.

  • REST + idempotency keys
  • HMAC-signed webhooks with retry + DLQ
  • OpenAPI spec & typed SDK
POST /v1/portal/returns
{
  "order_id": "2048",
  "line": { "sku": "knit-navy-m" },
  "reason": "FIT_TOO_SMALL_SHOULDER",
  "resolution": "EXCHANGE",
  "exchange_size": "L"
}
201 · revenue_kept: €89.00