<aside> 🔤 You can access the shipment tracking information sent by SVMP via URL using your UI or API. Such information may be included on Customer's system or accessed through a link.

</aside>

<aside> 🇰🇷 Cargo Insight 화면을 시스템 내부에 포함시킬 수 있습니다.

</aside>

Example

Untitled

Request URL

// Inquiry through Booking No.
<https://svmp.seavantage.com/#/cargo/tracking?authToken={your-auth-Token}&bookingNo={your-booking-No}>

// Inquiry through M-B/L No.
<https://svmp.seavantage.com/#/cargo/tracking?authToken={your-auth-Token}&mblNo={your-master-bl-No}>

<aside> 🎉 new add-on

</aside>

<aside> 💡 If you want to embed the cargo insight screen inside another system, please refer to the following.

</aside>

<iframe src="<https://svmp.seavantage.com/#/cargo/tracking?authToken={your-auth-Token}&mblNo={your-master-bl-No}>" style="border:1px #000000 solid;" name="cargoTracking" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="780px" width="1200px" allowfullscreen></iframe>