case study · integrations
Shipping Integration
I connected orders to MNG Kargo: a shipment is created from each order that is ready to ship, the tracking number is written back to the order and the shipment status is reflected in the system. Orders and shipments are tracked end to end in one place.
// flow
-
Order
An order that is ready to ship is sent to the carrier with recipient and parcel details.
-
Shipment
A shipment record is created through MNG Kargo's service.
-
Tracking no
The returned tracking number is written to the order and shared with the customer.
-
Status
The shipment status is queried and reflected on the order.
// problem → solution → result
- problem
- Passing orders to the carrier without errors and keeping shipment status current in the system.
- solution
- Shipment creation from orders, tracking numbers written back to the order and status queries that tie shipping into the system.
- result
- Orders and shipments are tracked end to end; the tracking number is shared with the customer.
// technical notes
- Orders reach the carrier from the system; no manual data entry.
- Tracking number and status live with the order; orders and shipments are tracked in one place.
// where
- Ersa YazılımSoftware Developer · 2022 — 2025