RestocksAIO
Home/Features/Webhook API
Feature - Real-time event stream

Webhook API for resellers who want RestocksAIO data in their own stack.

The Webhook API lets Premium users pipe key events into external dashboards, automations or internal reporting — without waiting for a manual export. Subscribe to the event types you care about and RestocksAIO POSTs structured JSON to your endpoint the moment something changes.

Real-time
JSON events
3
Event types
Premium
Tier
Webhook configuration

Manual CSV exports and polling the app on a timer become a real-time event stream — every sale, listing and price change pushed the moment it happens.

What you can build

  • Real-time JSON events delivered to your own endpoint over HTTPS POST.
  • Sales and listing workflow hooks that fire without a manual export.
  • External dashboards and BI fed live instead of from stale spreadsheets.
  • Triggers into Slack, sheets, accounting or any internal tooling you run.
In the workflow

From event to your endpoint

No polling. RestocksAIO sends the moment something changes — these are the steps to wire it into your stack, not invented stages.

Subscribe to events

In Settings, point the Webhook API at your endpoint URL and opt into the event types you want — sales, listings, price changes.

Receive real-time JSON

When a subscribed event fires, RestocksAIO assembles a structured JSON payload (marketplace, sku, size, payout, currency, timestamp) and POSTs it straight to you.

Route into your stack

Parse the payload on your side and fan it out — into a database, a queue, Slack, a sheet or your accounting system.

Build dashboards & triggers

Stream events into your own BI, alerting and automations so your tooling reacts the instant a sale closes or a price moves.

Capabilities

What the API covers

Pick an area to see what's exposed.

Subscribe to the workflow moments that matter

The Webhook API emits the key operational events from inside RestocksAIO. Subscribe only to the types you need, so your endpoint isn't flooded with noise.

sale.confirmed

Fires the instant a sale is confirmed in-pane.

listing.updated

Listing created, edited or removed across your enabled marketplaces.

price.changed

Bricker Mode or manual price moves on any active listing.

payout.recorded

A payout logged against a completed sale.

Operating posture

How it behaves.

Predictable, scoped, Premium-gated — these are real product attributes, not benchmarks.
Premium
Access
Part of the Premium tier alongside Bricker Mode and offer automation.
Real-time
Delivery
Events are POSTed the moment they happen — no polling, no batch lag.
JSON
Format
Structured, versioned payloads over HTTPS POST you can parse on day one.
Yours
Endpoint
You own the receiver and build whatever you like downstream.

Put RestocksAIO data where your team already works.

Webhook API is a Premium workflow. Start the 3-day Premium sprint and wire your first event today.

Webhook API | Real-Time Reseller Workflow Events