Hi @zilzal,
Although currently, WooCommerce doesn’t support this feature out of the box and doesn’t store the ID or name of the user who created the order in the database table, it’s possible to achieve this with custom code.
You can add a custom field or meta key to the order that stores the ID of the user who created the order. Then, you can use the woocommerce_order_data_store_cpt_get_orders_query
filter to modify the query that retrieves orders only to include orders that have the current user’s ID in the custom field.
For reference, these particular forums are meant for general support with the core functionality of WooCommerce itself. For development and custom coding questions, it’s best to ask for insight related to those on either the WooCommerce Advanced Facebook group or the WooCommerce Community Slack. Many of our developers hang out there and will be able to offer insights into your question. You can also seek help from the following:
I wish I could help more, but hopefully, this gets you going in the right direction to get some further insight/information.