Resources

Documentation, plugins and guides to connect your business

Everything your technical team, or ours, needs to integrate your catalogue, your orders and your leads with Portal Hero.

Documentation

Start here

API and orders

Orders and leads in your system, in the format you already use

Every order arrives as a versioned JSON with a published schema; every lead, as JSON-lead. By webhook or by FTP, with signature and retries.

POST /orders · ph.order/1.0
{
  "schema": "ph.order/1.0",
  "order_id": "EB-2026-091412",
  "portal": "ebay",
  "buyer": { "country": "DE", "vat_rate": 19.0 },
  "lines": [
    { "sku": "0124515", "qty": 1, "price": 89.00 }
  ],
  "shipping": { "carrier": "GLS", "label_url": "https://…" }
}

Missing something?

Tell us which integration or guide you need and we write it.