Skip to content
Operational · all sites Cut-off NL 23:59 · BE 22:59 · worldwide 20:59
PackFeed Portal · product page

PackFeed Portal: fulfilment dashboard with real-time inventory, API, and webhooks

The PackFeed Portal is a web dashboard giving every fulfilment client real-time insight into inventory per SKU per location, order status, returns, processing and shipping status, and reporting, including the live status of the portal itself.

PackFeed PortaalLive · 2026

No more Excel. No more waiting until Monday.

Inventory, orders, and returns: on one screen, in real time.

Our clients don't log in to see what went wrong. They log in to see what's going right. Inventory, orders, and returns, all live on one screen. Not 24 hours later.

What's inside

The modules that together form your complete logistics picture.

Built for the people running the daily operation and for managers who want the overview. You don't need IT skills to work with it, yet you see every detail you need. In the portal you follow live what's happening with your orders and inventory: the same data our own warehouse team works with. So you see exactly how your fulfilment is doing.

  • DashboardA live overview of your operation at a glance.
  • OrdersAll orders with status and events per order.
  • BackordersInsight into orders still waiting on stock.
  • PurchasingTrack incoming stock and deliveries.
  • ReturnsStatus, reason, and outcome of the inspection per product.
  • ProductsStock per product and per location, with low-stock alerts.
  • Online storesYour connected sales channels and their status.
  • NotesNotes and communication around orders and products.
  • ReportsCost per order, return rate per product, and performance per carrier.
Developer-ready

Open REST API. Sandbox environment. Public docs.

Everything you can do in the portal, you can do via the API. No hidden endpoints, no waiting. Start building right away with SDKs for Node, Python, and PHP, or get in touch to explore the possibilities.

POST https://api.packfeed.io/v1/orders
Authorization: Bearer pf_live_…

{
  "reference": "WEB-00291",
  "items": [{
    "sku": "KURA-BOX-01",
    "quantity": 1
  }],
  "ship_to": {
    "name": "Eva Bakker",
    "street": "Prinsengracht 421",
    "city": "Amsterdam",
    "country": "NL"
  },
  "shipping": {
    "service": "next_day"
  }
}

→ 202 Accepted · eta_dispatch 2026-04-22T16:42Z