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
Getting started
Store plugins
CSV and feeds
Guides
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.
Published and versioned JSON schema: nothing changes without notice.
Order, buyer, lines, taxes by country and shipping label in one message.
Ready-made adapters for the main ERPs, CRMs and marketplaces.
{
"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.