Integration with Elex EasyPost
-
Hello, we are trying to get AST to automatically pull label data from the Elex EasyPost plugin as we love your tracking integration with Twilio and Woocommerce. We emailed Elex to ask for the needed hooks to pull this data and this is what they sent back. I am used to using normal hooks in snippets to pull data but I think they are using a class function and have all the data wrapped into it.
Can you help me get these hooks to work with AST?
get_post_meta($order_id, ‘wf_easypost_labels’);
Sample output:
array(
0=>(‘url’=>label_url,’tracking_number’=> (string)’tracking code’,’integrator_txn_id’=> ‘integerator_id’,’shipment_id’=>’package_shipment_id’,’order_date’=>order_date,’carrier’=>EX:USPS,”link”=>tracking_link,);//First package
1=>(‘url’=>label_url,’tracking_number’=> (string)’tracking code’,’integrator_txn_id’=> ‘integerator_id’,’shipment_id’=>’package_shipment_id’,’order_date’=>order_date,’carrier’=>EX:USPS,”link”=>tracking_link,);//Second package
)
Thank you! We love your plugin!
The page I need help with: [log in to see the link]
- The topic ‘Integration with Elex EasyPost’ is closed to new replies.