Developer Features:
Shipment Tracker for Woocommerce provides few options for developers to consume shipment data directly into the custom php code through actions, public functions and shortcode.
Here is the list of developer features currently supported by plugin:
Shortcode:
[bt_shipping_tracking_form]
Action Hook:
add_action( ‘bt_shipment_status_changed’,…);
Public Functions:
bt_get_shipping_tracking($order_id);
bt_force_sync_order_tracking($order_id);
bt_update_shipment_tracking($order_id,$courier_name,$awb_number,$shipping_status,$edd,$tracking_link);