• Resolved velida2020

    (@velida2020)


    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)
  • Hi @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.