Is it possible to add a new API endpoint that uses WooCommerce's authorization?
I need to add an API endpoint in my WordPress plugin that will write to the database, etc. I want it to be triggered by a remote system that will call this new API. However, I'd like to use the…