How to Get Order Details by Order ID

In early 2008 when I started working in WordPress/WooCommerce I hardly know StackOverflow and WooCommerce API, so I had to write several API for some of our web service. Then I had written this function to get order details by order/post ID. Hope this function will be helpful for you as well.
WooCommerce 3.x
or above
WooCommerce 2.6.x
or below
Okay now, how do I use it?
First add getOrderDetailById()
to your active theme functions.php
or to any active plugin PHP file.
Then call getOrderDetailById()
from anywhere in your app by passing the Order ID like below.
Using WooCommerce Shipment Tracking and want’s to add that as well?
WooCommerce Shipment Tracking is an awesome paid plugin that you must have! If you want to add this in your custom order detail function then just add below code in above mentions.
is this work with WooCommerce 3.2.4?
Yes, follow code under “WooCommerce 3.x or above” section.
worked liked a charm!
$order = wc_get_order(20);
while using above code,i m getting error as
Please let me know, where i did mistake.
Thanks in advance.
Do you have any order with #20?
thanks!
Hi, I’m getting this:
Warning: Missing argument 4 for WC_PB_REST_API::legacy_order_response() in (…)/wp-content/plugins/woocommerce-product-bundles/includes/class-wc-pb-rest-api.php on line 1074
I think you need to contact the plugin author.
Nice post! I solve my issue
It throws
CRITICAL Uncaught Error: Call to undefined function getOrderById()