Post tracking updates to 3rd party webhooks.
Send shipment updates to 3rd party services for sending WhatsApp notifications or record keeping purposes. Easily add new webhook from Woocommerce->Settings->->Advanced->Webhooks and select “Shipment Updated” topic to post updates to any 3rd party service.


Integrate shipment data into custom PHP code
To integrate shipment data into custom PHP code, use APIs or database queries to fetch shipment details. Process and display this data using PHP functions, ensuring it’s dynamically updated and easily accessible within your application.
Use actions, public functions, and shortcodes
Integrate shipment data in custom PHP using actions for events, public functions for processing, and shortcodes for display. This ensures flexible and easy management of shipment information
Tracking Form:
[bt_estimated_delivery_widget]
Estimate Delivery Checker:
[bt_estimated_delivery_widget]
Shipment related data:
1. [bt_shipment_tracking_url order_id="1234"] // Prints the tracking url.
2. [bt_shipment_status order_id="1234"] // Prints current shipment status (In Transit, Delivered etc)
3. [bt_shipment_courier_name order_id="1234"] // Prints the courier name.
4. [bt_shipment_edd order_id="1234"] // Prints estimated delivery date.
5. [bt_shipment_awb order_id="1234"] // Prints awb number.
