我想知道如何通过提供特定商品的发布ID来获取所有商品的所有可用变化ID的数组吗?
我查看了WC_Product_Variation类,但似乎它没有版本ID。如果有一种干净的方法来使用Woocommerce API来获得它,而不必使用mysql查询来选择它,那就太好了。
谢谢
答案 0 :(得分:0)
我找到了答案,是
$handle=new WC_Product_Variable('920');
$variations = $handle->get_children();