WC Item Variation Value
-
I’m working on a woocommerce plugin. On WC 3.2.6
In my code, I have a WC_Order_Item_Product with variations that I’m getting from $order->get_items(). I need to get the value of a variation. I’ve tried wc_get_order_item_meta() but it’s not returning the value. What’s the best way to get the value of a variation from an order item using the woocommerce internal (not REST) API?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WC Item Variation Value’ is closed to new replies.