Forums
Home / Plugin: Custom Order Numbers for WooCommerce / WC REST API
(@s_i_l_l_e)
2 years, 10 months ago
Hi Community, can I found the number via the REST API from WooCommerce? (/wp-json/wc/v3/orders/…)
via add_filter('woocommerce_rest_orders_prepare_object_query', function (array $args, \WP_REST_Request $request) { ?
add_filter('woocommerce_rest_orders_prepare_object_query', function (array $args, \WP_REST_Request $request) {
greetingxxxx from Germany
(@tychesoftwares)
Hi @s_i_l_l_e,
I’m afraid, it is not possible in our plugin to get the Custom Order Numbers via Rest API.