JS widget overview

The JS widget provides a seamless solution for effortlessly embedding Ordertracker's shipment tracking into any web page. Simply copy the JS widget code snippet from your Ordertracker dashboard and paste it into your website to enable shipment tracking.

Code snippet example

Below is an example of how the code snippet looks like. To use it, simply replace YOUR_WIDGET_ID with the unique identifier you obtain from your Ordertracker dashboard.

Example of a JS widget code snippet

<div id="ordertracker-widget"></div>
<script src="https://www.ordertracker.com/sdk.js"></script>
<script>
  Ordertracker({ "id": "YOUR_WIDGET_ID" }).render('#ordertracker-widget')
</script>

Rendered example

Below is an example of how the JS widget will render on your web page. You have the flexibility to fully customize it according to your brand identity from your Ordertracker dashboard.

TODO SCREENSHOT ROUNDED