Title: Get handler info
Last modified: September 2, 2021

---

# Get handler info

 *  Resolved [velida2020](https://wordpress.org/support/users/velida2020/)
 * (@velida2020)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/get-handler-info/)
 * Hi, where do I query to get handler information?
 * I want to compare users with shop manager role with the handler user id.
 * I read that you store it in “_billing_shop_as_client_handler_user_id”, but where
   do i find it?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marco Almeida | Webdados](https://wordpress.org/support/users/webdados/)
 * (@webdados)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/get-handler-info/#post-14830915)
 * Hi [@velida2020](https://wordpress.org/support/users/velida2020/)
 * `_billing_shop_as_client_handler_user_id` is the post (order) meta where we store
   the ID of the user that managed the order, and you can get it with PHP, for example:`
   $order->get_meta( '_billing_shop_as_client_handler_user_id' );`.
 * You can also see the use that handled the order below the General section of 
   the order details, on wp-admin.

Viewing 1 replies (of 1 total)

The topic ‘Get handler info’ is closed to new replies.

 * ![](https://ps.w.org/shop-as-client/assets/icon.svg?rev=3416403)
 * [Shop as Client for WooCommerce - Manual, Phone & Email Orders](https://wordpress.org/plugins/shop-as-client/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shop-as-client/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shop-as-client/)
 * [Active Topics](https://wordpress.org/support/plugin/shop-as-client/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shop-as-client/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shop-as-client/reviews/)

## Tags

 * [handler](https://wordpress.org/support/topic-tag/handler/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marco Almeida | Webdados](https://wordpress.org/support/users/webdados/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/get-handler-info/#post-14830915)
 * Status: resolved