DEVELOPERS / API

Integrate with the same operational order model.

Technical documentation for shipment execution, tracking, labels, manifests, customs and status handling. This data does not stand alone: it feeds the same order context MMCore uses to connect execution, actual cost and result.

GET / TRACKING
GET /get_tracking_information/{API_KEY}/{barcode}
    ?type=barcode
    &flight_tracking_setting=include
    &lang=EN
SERVER-SIDEapi.mmcore.tech
01

Overview

MMCore connects operational shipment data to the wider order context: execution, tracking, carrier cost and financial control. Use the documented authentication method for each endpoint family and keep credentials server-side.

01ShipmentsPOST /v2/shipments
02LabelsGET /v2/shipments/{uuid}/labels
03TrackingGET /get_tracking_information/…
02

Authentication

Authentication is endpoint-specific. The tracking route below uses the existing MMCore structure where the API key is part of the server-side request path. Never expose this key in browser code.

03

Shipments

Shipment creation uses the v2 shipment route. Request and response fields should be taken from the current MMCore API reference.

POST /v2/shipments
04

Tracking

Barcode tracking uses this request shape. The website uses the same route through a server-side proxy so the key is never exposed to the client.

GET/get_tracking_information/{API_KEY}/{barcode}
?type=barcode&flight_tracking_setting=include&lang=EN
CONFIGhostMMCore=https://api.mmcore.techAPIKEYCARRIERTESTER=••••••••
05

Labels

Labels are retrieved using the shipment UUID.

GET /v2/shipments/{uuid}/labels
06

Manifests

Use the validated MMCore API reference for field definitions and current response contracts. This website does not add unverified parameters.

07

Customs

Use the validated MMCore API reference for field definitions and current response contracts. This website does not add unverified parameters.

08

Status codes

Use the validated MMCore API reference for field definitions and current response contracts. This website does not add unverified parameters.

09

Errors

Use the validated MMCore API reference for field definitions and current response contracts. This website does not add unverified parameters.