Shipmondo has now launched five statistics endpoints in the API: shipments, sales orders, order lines, fulfillment, and invoices/credit notes.
A statistics endpoint returns aggregated numbers directly from the API, so there’s no need to fetch every individual record and add them up yourself. You choose a period, a grouping — for example by carrier, country, or currency — and which figure you’re interested in, such as count, weight, or amount, and get the answer back in one go.
The five areas
- Shipments – figures about your parcels, such as count and weight, broken down by carrier, country, or tracking status.
- Sales orders – order count and revenue, broken down by e.g. country, currency, sales channel, or order status.
- Order lines – figures on the individual items in your orders, such as units sold or returned per SKU.
- Fulfillment – figures on picking, packing, and shipping from the warehouse.
- Invoices and credit notes – your own spend with Shipmondo, with net, VAT, and gross amounts broken down as needed.
Built for AI tools
The statistics endpoints are built to be used directly by AI tools and agents, not just by developers.
API only
This feature is only available in the API and not in Shipmondo’s user interface. See the technical details in the changelog on Shipmondo.dev.